File tree 13 files changed +12
-39
lines changed
multi_frameworks_toolchain
specs2_junit_repositories
example_external_workspace
13 files changed +12
-39
lines changed Original file line number Diff line number Diff line change 1
- # Remove upon completing Bzlmod compatibility work.
2
- # - https://github.com/bazelbuild/rules_scala/issues/1482
3
- build --noenable_bzlmod
1
+ import ../../.bazelrc
Original file line number Diff line number Diff line change 1
- # Remove upon completing Bzlmod compatibility work.
2
- # - https://github.com/bazelbuild/rules_scala/issues/1482
3
- build --noenable_bzlmod
1
+ import ../../.bazelrc
Original file line number Diff line number Diff line change 1
- # Remove upon completing Bzlmod compatibility work.
2
- # - https://github.com/bazelbuild/rules_scala/issues/1482
3
- build --noenable_bzlmod
1
+ import ../../.bazelrc
Original file line number Diff line number Diff line change 1
- build --enable_platform_specific_config
2
- windows:build --enable_runfiles
3
-
4
- # Remove upon completing Bzlmod compatibility work.
5
- # - https://github.com/bazelbuild/rules_scala/issues/1482
6
- build --noenable_bzlmod
1
+ import ../../../.bazelrc
Original file line number Diff line number Diff line change 1
- # Remove upon completing Bzlmod compatibility work.
2
- # - https://github.com/bazelbuild/rules_scala/issues/1482
3
- build --noenable_bzlmod
1
+ import ../../../.bazelrc
Original file line number Diff line number Diff line change 1
- build --enable_platform_specific_config
2
- windows:build --enable_runfiles
3
-
4
- # Remove upon completing Bzlmod compatibility work.
5
- # - https://github.com/bazelbuild/rules_scala/issues/1482
6
- build --noenable_bzlmod
1
+ import ../../../.bazelrc
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ while IFS="" read repo_marker_path; do
29
29
if [[ " $repo_path " != " $repo_marker_path " ]]; then
30
30
cp .bazelversion " $repo_path "
31
31
fi
32
- done < <( find [A-Za-z0-9]* \( -name " WORKSPACE* " -or -name " MODULE.bazel" \) )
32
+ done < <( find [A-Za-z0-9]* \( -name " WORKSPACE" -or -name " MODULE.bazel" \) )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ test_scala_proto_show_generator_exception() {
28
28
--extra_toolchains=//test/proto/custom_generator:failing_scala_proto_toolchain
29
29
}
30
30
31
- export USE_BAZEL_VERSION=${USE_BAZEL_VERSION:- $(cat .. / ../ ../ .bazelversion)}
31
+ export USE_BAZEL_VERSION=${USE_BAZEL_VERSION:- $(cat $dir / ../ ../ .bazelversion)}
32
32
$runner test_scala_proto_library_action_label
33
33
$runner test_scala_proto_custom_generator
34
34
$runner test_scala_proto_show_generator_exception
Original file line number Diff line number Diff line change 1
- # Remove upon completing Bzlmod compatibility work.
2
- # - https://github.com/bazelbuild/rules_scala/issues/1482
3
- build --noenable_bzlmod
1
+ # Remove after moving to Bazel 7.
2
+ import ../.bazelrc
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # Remove upon completing Bzlmod compatibility work.
2
- # - https://github.com/bazelbuild/rules_scala/issues/1482
3
- build --noenable_bzlmod
1
+ import ../../../.bazelrc
Original file line number Diff line number Diff line change 1
- # Remove upon completing Bzlmod compatibility work.
2
- # - https://github.com/bazelbuild/rules_scala/issues/1482
3
- build --noenable_bzlmod
1
+ import ../../../.bazelrc
You can’t perform that action at this time.
0 commit comments