From afdf0efd31da83f3111644371ac25182cba0ce9b Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 6 Feb 2019 12:50:47 -0800 Subject: [PATCH] Disable bpf_rust temporarily --- ci/test-stable-perf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test-stable-perf.sh b/ci/test-stable-perf.sh index ed4dfc79b0..c4b06acf46 100755 --- a/ci/test-stable-perf.sh +++ b/ci/test-stable-perf.sh @@ -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,bpf_rust,erasure,chacha +FEATURES=bpf_c,erasure,chacha if [[ $(uname) = Darwin ]]; then ./build-perf-libs.sh else