Skip to content

Commit

Permalink
Remove duplicate instances of -Z build-std
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Nov 26, 2024
1 parent 5878204 commit 65f8fa7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions {{project-name}}-ebpf/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# We have this so that one doesn't need to manually pass
# --target=bpfel-unknown-none -Z build-std=core when running cargo
# check/build/doc etc.
#
# NB: this file gets loaded only if you run cargo from this directory, it's
# ignored if you run from the workspace root. See
# https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure
Expand Down
2 changes: 0 additions & 2 deletions {{project-name}}/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ fn main() {
let mut cmd = Command::new("cargo");
cmd.args([
"build",
"-Z",
"build-std=core",
"--bins",
"--message-format=json",
"--release",
Expand Down

0 comments on commit 65f8fa7

Please sign in to comment.