ebpf: set target and enable -Z build-std in .cargo/config.toml
This makes it possible to build with: cd {{project-name}}-ebpf && cargo +nightly buildpull/4/head
parent
250c9ff653
commit
a9a659716b
@ -1,2 +1,6 @@
|
||||
[build]
|
||||
target-dir = "../target"
|
||||
target = "bpfel-unknown-none"
|
||||
|
||||
[unstable]
|
||||
build-std = ["core"]
|
Loading…
Reference in New Issue