Skip to content

Commit 153571e

Browse files
committed
add ci stopgap to scripts used in ci
1 parent eb9d1bd commit 153571e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

test_reproducibility.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
set -e
44

5+
# ci stopgap: ensure tools/bazel is run for `bazel` invocations
6+
PATH="$(cd "$(dirname "$0")"/..; pwd)"/tools:$PATH
7+
58
md5_util() {
69
if [[ "$OSTYPE" == "darwin"* ]]; then
710
_md5_util="md5"

test_rules_scala.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
set -e
44

5+
# ci stopgap: ensure tools/bazel is run for `bazel` invocations
6+
PATH="$(cd "$(dirname "$0")"/..; pwd)"/tools:$PATH
7+
58
test_disappearing_class() {
69
git checkout test_expect_failure/disappearing_class/ClassProvider.scala
710
bazel build test_expect_failure/disappearing_class:uses_class
@@ -1138,4 +1141,4 @@ $runner test_scalac_jvm_flags_from_scala_toolchain_fails
11381141
$runner test_scalac_jvm_flags_work_with_scalapb
11391142
$runner test_scala_test_jvm_flags_on_target_overrides_toolchain_passes
11401143
$runner test_scala_test_jvm_flags_from_scala_toolchain_passes
1141-
$runner test_scala_test_jvm_flags_from_scala_toolchain_fails
1144+
$runner test_scala_test_jvm_flags_from_scala_toolchain_fails

0 commit comments

Comments
 (0)