Disable bpf_rust temporarily

This commit is contained in:
Michael Vines 2019-02-06 12:50:47 -08:00
parent 7fc271ef97
commit afdf0efd31
1 changed files with 2 additions and 2 deletions

View File

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