From 7a2592a2cb70d74cc9e71f3dd2329e6379c9e6c1 Mon Sep 17 00:00:00 2001 From: Jingkui Wang Date: Thu, 13 Dec 2018 20:42:40 -0800 Subject: kokoro: Update kokoro docker file to manually select features And we are not selecting sandboxed libusb BUG=chromium:831850 TEST=cargo test Change-Id: Ie205a410575dfc1f40515dcb2607bf62e2ccd771 Reviewed-on: https://chromium-review.googlesource.com/1377620 Commit-Ready: Jingkui Wang Tested-by: kokoro Reviewed-by: Zach Reizner --- kokoro/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kokoro/Dockerfile b/kokoro/Dockerfile index 3fb41ab..042737a 100644 --- a/kokoro/Dockerfile +++ b/kokoro/Dockerfile @@ -137,7 +137,8 @@ CMD rustup default "$(cat rust-toolchain)" && \ rustup component add rustfmt-preview && \ cargo --version && rustc --version && rustfmt --version && \ echo "Running cargo test" && \ - cargo test --no-fail-fast --all-features --all --exclude aarch64 $TEST_FLAGS -- \ + cargo test --no-fail-fast --features plugin,default-no-sandbox,wl-dmabuf,gpu,tpm,gpu-forward \ + --all --exclude aarch64 $TEST_FLAGS -- \ --test-threads=1 $TEST_RUNNER_FLAGS && \ echo "Running cargo fmt" && \ bin/fmt --check -- cgit 1.4.1