Преглед на файлове

Remove detritus

- rustfmt settings are hierarchical.
- integration-ebpf is always compiled at a distance with flags provided.
- .cargo/config.toml is not respected except at the root of the
  workspace[0].

[0] https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure
Tamir Duberstein преди 1 година
родител
ревизия
6ca7d53733
променени са 5 файла, в които са добавени 0 реда и са изтрити 15 реда
  1. 0 0
      .cargo/config.toml
  2. 0 6
      bpf/.cargo/config.toml
  3. 0 6
      test/integration-ebpf/.cargo/config.toml
  4. 0 2
      test/integration-ebpf/rust-toolchain.toml
  5. 0 1
      test/integration-ebpf/rustfmt.toml

+ 0 - 0
.cargo/config → .cargo/config.toml


+ 0 - 6
bpf/.cargo/config.toml

@@ -1,6 +0,0 @@
-[build]
-target-dir = "../target"
-target = "bpfel-unknown-none"
-
-[unstable]
-build-std = ["core"]

+ 0 - 6
test/integration-ebpf/.cargo/config.toml

@@ -1,6 +0,0 @@
-[build]
-target-dir = "../../target"
-target = "bpfel-unknown-none"
-
-[unstable]
-build-std = ["core"]

+ 0 - 2
test/integration-ebpf/rust-toolchain.toml

@@ -1,2 +0,0 @@
-[toolchain]
-channel="nightly"

+ 0 - 1
test/integration-ebpf/rustfmt.toml

@@ -1 +0,0 @@
-../../rustfmt.toml