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 build
pull/4/head
Alessandro Decina 3 years ago
parent 250c9ff653
commit a9a659716b

@ -1,2 +1,6 @@
[build]
target-dir = "../target"
target-dir = "../target"
target = "bpfel-unknown-none"
[unstable]
build-std = ["core"]
Loading…
Cancel
Save