aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar ulfjack <ulfjack@google.com>2017-04-20 18:46:07 +0200
committerGravatar Vladimir Moskva <vladmos@google.com>2017-04-24 16:49:20 +0200
commitbea9c01592a5a004c0d6665c10434b44703c1e19 (patch)
tree5571a3be9472984e43eb02a06828b72b99b49511
parent55928504a6c44629ebc1c54deef6282206def63f (diff)
Fix bazel_toolchain_test
It's failing with sandboxing. PiperOrigin-RevId: 153720082
-rwxr-xr-xsrc/test/shell/bazel/bazel_toolchain_test.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/shell/bazel/bazel_toolchain_test.sh b/src/test/shell/bazel/bazel_toolchain_test.sh
index c3c28d10ab..d7e8e317f6 100755
--- a/src/test/shell/bazel/bazel_toolchain_test.sh
+++ b/src/test/shell/bazel/bazel_toolchain_test.sh
@@ -40,9 +40,6 @@ for i in $(find . -name BUILD.linaro); do
mv "$i" "$(dirname "$i")/BUILD"
done
-# Make sure that the wrapper scripts have the execution permission
-chmod +x tools/arm_compiler/linaro_linux_gcc/arm-linux-gnueabihf-*
-
bazel clean --expunge
bazel build --crosstool_top=//tools/arm_compiler:toolchain --cpu=armeabi-v7a \
--spawn_strategy=standalone hello || fail "Should build"