Commit 2c1a63b 1 parent 2d04c91 commit 2c1a63b Copy full SHA for 2c1a63b
File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ tasks:
158
158
- build
159
159
- test
160
160
macos :
161
- xcode_version : " 13.0 "
161
+ xcode_version : " 14.2 "
162
162
shell_commands :
163
163
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
164
164
android_ndk_repository/android_ndk_repository/' WORKSPACE
@@ -214,6 +214,12 @@ tasks:
214
214
- " -//src/test/java/com/google/devtools/build/lib/platform:SystemMemoryPressureEventTest"
215
215
# https://github.com/bazelbuild/bazel/issues/17411
216
216
- " -//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:PatchApiBlackBoxTest"
217
+ # https://github.com/bazelbuild/bazel/issues/17447
218
+ - " -//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:GitRepositoryBlackBoxTest"
219
+ # https://github.com/bazelbuild/bazel/issues/17456
220
+ - " -//src/test/shell/bazel:bazel_determinism_test"
221
+ # https://github.com/bazelbuild/bazel/issues/17457
222
+ - " -//src/test/shell/bazel:jdeps_test"
217
223
include_json_profile :
218
224
- build
219
225
- test
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ tasks:
148
148
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/8162
149
149
- " -//src/java_tools/import_deps_checker/..."
150
150
macos :
151
- xcode_version : " 13.0 "
151
+ xcode_version : " 14.2 "
152
152
shards : 5
153
153
shell_commands :
154
154
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
@@ -207,6 +207,12 @@ tasks:
207
207
- " -//src/test/java/com/google/devtools/build/lib/platform:SystemMemoryPressureEventTest"
208
208
# https://github.com/bazelbuild/bazel/issues/17411
209
209
- " -//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:PatchApiBlackBoxTest"
210
+ # https://github.com/bazelbuild/bazel/issues/17447
211
+ - " -//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:GitRepositoryBlackBoxTest"
212
+ # https://github.com/bazelbuild/bazel/issues/17456
213
+ - " -//src/test/shell/bazel:bazel_determinism_test"
214
+ # https://github.com/bazelbuild/bazel/issues/17457
215
+ - " -//src/test/shell/bazel:jdeps_test"
210
216
windows :
211
217
shards : 4
212
218
batch_commands :
You can’t perform that action at this time.
0 commit comments