mirror of https://github.com/aya-rs/aya
Merge pull request #651 from alessandrod/bpf-cargo-config
Add back bpf/.cargo/config.tomlreviewable/pr629/r21
commit
e2b673eb41
@ -0,0 +1,14 @@
|
|||||||
|
# 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
|
||||||
|
#
|
||||||
|
# NB-2: cargo xtask docs currently relies on this file existing.
|
||||||
|
[build]
|
||||||
|
target = "bpfel-unknown-none"
|
||||||
|
|
||||||
|
[unstable]
|
||||||
|
build-std = ["core"]
|
Loading…
Reference in New Issue