cargo incremental builds breaks Rust BPF, locally disable it (#2674)

This commit is contained in:
Jack May
2019-02-06 13:59:10 -08:00
committed by GitHub
parent 7452486c72
commit 5f565c92c9
2 changed files with 3 additions and 3 deletions

View File

@@ -24,9 +24,9 @@ ci/affects-files.sh \
make -C programs/bpf/c tests
# Must be built out of band
#make -C programs/bpf/rust/noop/ all
make -C programs/bpf/rust/noop/ all
FEATURES=bpf_c,erasure,chacha
FEATURES=bpf_c,bpf_rust,erasure,chacha
if [[ $(uname) = Darwin ]]; then
./build-perf-libs.sh
else