aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-02-24 10:53:33 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-02-24 17:59:21 +0000
commit8c440b3feec81245a965f3f933b926b55254dadb (patch)
tree8f312455ca51c5c479e7dcb28e3234b8b6dbd675 /compile.sh
parent0a6ac84594f4dfc558730c7c6c4807a7d86330ab (diff)
Remove scala rules from the Bazel source tree
They have now moved to https://github.com/bazelbuild/scala_rules RELNOTES[INC]: Scala rules were deleted from the @bazel_tools repository, see https://github.com/bazelbuild/rules_scala#scala-rules-for-bazel -- MOS_MIGRATED_REVID=115432354
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index 341a163416..485d54c5fa 100755
--- a/compile.sh
+++ b/compile.sh
@@ -154,7 +154,6 @@ if [ $DO_TESTS ]; then
${EXTRA_BAZEL_ARGS} \
--javacopt="-source ${JAVA_VERSION} -target ${JAVA_VERSION}" \
-k --test_output=errors //src/... //third_party/ijar/... //scripts/... \
- //tools/build_defs/scala/test/... \
|| fail "Tests failed"
fi