Remove duplicate instances of `-Z build-std`

reviewable/pr134/r1
Tamir Duberstein 5 months ago
parent d264cf5485
commit 5e416a25b0
No known key found for this signature in database

@ -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 # NB: this file gets loaded only if you run cargo from this directory, it's
# ignored if you run from the workspace root. See # ignored if you run from the workspace root. See
# https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure # https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure

@ -60,8 +60,6 @@ fn main() {
let mut cmd = Command::new("cargo"); let mut cmd = Command::new("cargo");
cmd.args([ cmd.args([
"build", "build",
"-Z",
"build-std=core",
"--bins", "--bins",
"--message-format=json", "--message-format=json",
"--release", "--release",

Loading…
Cancel
Save