File tree Expand file tree Collapse file tree 13 files changed +12
-39
lines changed
multi_frameworks_toolchain
specs2_junit_repositories
example_external_workspace Expand file tree Collapse file tree 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
2929 if [[ " $repo_path " != " $repo_marker_path " ]]; then
3030 cp .bazelversion " $repo_path "
3131 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() {
2828 --extra_toolchains=//test/proto/custom_generator:failing_scala_proto_toolchain
2929}
3030
31- export USE_BAZEL_VERSION=${USE_BAZEL_VERSION:- $(cat .. / ../ ../ .bazelversion)}
31+ export USE_BAZEL_VERSION=${USE_BAZEL_VERSION:- $(cat $dir / ../ ../ .bazelversion)}
3232$runner test_scala_proto_library_action_label
3333$runner test_scala_proto_custom_generator
3434$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.
You can’t perform that action at this time.
0 commit comments