aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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"