Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bazelversion #439

Open
wants to merge 90 commits into
base: release-7.0.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
8e2972b
Modify the error message that occurs when a requested target does not…
fmeum Dec 21, 2023
4362d97
[7.1.0] Cherry-pick all presubmit.yml changes (#20736)
Wyverald Jan 3, 2024
3194d85
[7.1.0] Accept labels of aliases in config_setting. (#20649)
bazel-io Jan 4, 2024
5891c6e
[7.1.0] Improve `use_repo_rule` error when not referencing a `reposit…
bazel-io Jan 4, 2024
e16250c
[7.1.0] Attempt to make main repo mapping inverse more efficient (#20…
bazel-io Jan 4, 2024
6f07e40
[7.1.0] Retry binding to ipv6 localhost (#20755)
bazel-io Jan 5, 2024
1ca97dc
[7.1.0] Print interactive sandboxed shell command with `--sandbox_deb…
bazel-io Jan 8, 2024
806556d
[7.1.0] Fix two issues with --incompatible_sandbox_hermetic_tmp that …
bazel-io Jan 8, 2024
26a733c
[7.1.0] Optimize prefetchInputs. (#20719)
bazel-io Jan 8, 2024
198e7e8
[7.1.0] Fix crash on `bazel mod` error containing `%` (#20651)
bazel-io Jan 8, 2024
81f3146
[7.1.0] Cover missing cases during module extension label normalizati…
bazel-io Jan 9, 2024
ed38b62
[7.1.0] Do not print errors when repository rules are interrupted (#2…
bazel-io Jan 9, 2024
2d51e7a
[7.1.0] Restart at most once when prepopulating repository rule envir…
bazel-io Jan 9, 2024
e123e29
[7.1.0] Add profiles to the call sites of `updateRunfiles` (#20803)
bazel-io Jan 9, 2024
0f9e371
[7.1.0] Fixes for Bazel's own integration tests fail locally on Linux…
iancha1992 Jan 9, 2024
e52a7a9
[7.1.0] Remove unnecessary `cc_test` coverage handling (#20641)
bazel-io Jan 9, 2024
d03128a
[7.1.0] Fix NPE in BzlmodRepoRuleFunction (#20829)
bazel-io Jan 9, 2024
71cca16
[7.1.0] Return labels instead of strings from DescribableExecutionUni…
tjgq Jan 10, 2024
16210f5
[7.1.0] Introduce a SpawnLogContext interface. (#20842)
tjgq Jan 10, 2024
7fb091b
[7.1.0] Fix `common` `.bazelrc` behavior for flag expansions (#20844)
bazel-io Jan 11, 2024
1b440b3
[7.1.0] Add a profiler span for fetching repositories. (#20852)
lberki Jan 11, 2024
261f046
[7.1.0] Make Bazel's RAM estimate container aware (#20644)
bazel-io Jan 11, 2024
1fb63f9
[7.1.0] Auto-create deploy jars for Bazel `java_test` targets if requ…
iancha1992 Jan 11, 2024
00bea72
[7.1.0] Ignore read-only errors when updating the `mtime` of the `ins…
bazel-io Jan 11, 2024
96d0c61
[7.1.0] Add profiling to `remoteActionBuildingSemaphore.acquire()` (#…
bazel-io Jan 11, 2024
6d020ed
[7.1.0] DigestUtils: avoid throwing on invalid digest function name (…
bazel-io Jan 11, 2024
c40d834
[7.1.0] Use a larger buffer size for `java.util.zip.*Stream` classes …
bazel-io Jan 11, 2024
5340269
[7.1.0] Flip flag `--experimental_use_semaphore_for_jobs`. (#20646)
bazel-io Jan 11, 2024
449f230
[7.1.0] RemoteSpawnRunner: record inbetween phases in timing profile …
bazel-io Jan 11, 2024
eb51790
[7.1.0] Add fastutil 7.2.1 dependency (#20854)
tjgq Jan 11, 2024
1c00f90
[7.1.0] Allow repo rules to download multiple things in parallel. (#2…
iancha1992 Jan 11, 2024
b209c2b
[7.1.0] Add support for tmpfs mounts under `/tmp` with hermetic tmp (…
bazel-io Jan 11, 2024
aa58870
[7.1.0] Add new flag `--enable_workspace` that allows us to disable W…
Wyverald Jan 11, 2024
cc4881e
[7.1.0] Add support for bind mounts under `/tmp` with hermetic tmp (#…
bazel-io Jan 12, 2024
f6e4d28
[7.1.0] Document `--digest_function` startup flag (#20864)
bazel-io Jan 12, 2024
a5e3a6c
[7.1.0] Add flag `experimental_throttle_remote_action_building` (#20858)
bazel-io Jan 12, 2024
c9a6eca
[7.1.0] Remove suffix from fastutil alias. (#20872)
tjgq Jan 12, 2024
e8b4db5
[7.1.0] Move StableSort into the exec package.
tjgq Dec 7, 2023
ea4a6c3
[7.1.0] Test that missing spawn outputs are logged correctly.
tjgq Dec 7, 2023
f602874
[7.1.0] Simplify computeDigest.
tjgq Dec 7, 2023
e2ba501
[7.1.0] Add SpawnBuilder#with{Inputs,Tools} overloads accepting a Nes…
tjgq Dec 7, 2023
348c77f
[7.1.0] Correctly log paths for runfiles and filesets.
tjgq Dec 7, 2023
75c6204
[7.1.0] Report empty files in the spawn log.
tjgq Dec 7, 2023
d3c344d
[7.1.0] Propagate the tool bit to logged directory inputs.
tjgq Dec 7, 2023
f71be3c
[7.1.0] Move some more common logic into SpawnLogContext.
tjgq Dec 15, 2023
05f1609
[7.1.0] Introduce a new compact execution log format.
tjgq Dec 20, 2023
87c8cc5
[7.1.0] Apply zstd compression to the compact execution log.
tjgq Jan 8, 2024
01c0468
[7.1.0] Avoid unnecessary overhead when determining whether an action…
tjgq Jan 9, 2024
761c343
[7.1.0] Offer Shell completion for top-level packages without subpack…
bazel-io Jan 16, 2024
debe29b
[7.1.0] Increase maximal length of profile span for repository functi…
bazel-io Jan 16, 2024
6dd9fb6
[7.1.0] Still generate a WORKSPACE file in repo rules if --enable_wor…
keertk Jan 17, 2024
1821a88
[7.1.0] Read authentication information from .netrc (#20915)
keertk Jan 17, 2024
86a5f6b
[7.1.0] deps: rules_python 0.4.0 -> 0.22.0 (#20916)
keertk Jan 17, 2024
572f5ea
[7.1.0] Avoid emitting canonical labels into generated repos (#20917)
keertk Jan 17, 2024
d9d7afe
[7.1.0] python: make incompatible_python_disallow_native_rules work f…
bazel-io Jan 17, 2024
fe58ee1
[7.1.0] Remove flag guarding for the AndroidIdeInfo provider (#20932)
bazel-io Jan 18, 2024
48ea3d2
[7.1.0] Point _virtual_includes to stable locations so IDE integratio…
bazel-io Jan 19, 2024
2581551
[7.1.0] [rfc] Allow repository rules to lazily declare environment va…
keertk Jan 19, 2024
e54965b
[7.1.0] Replaced usage of rev with awk in bash runfiles (#20934)
bazel-io Jan 19, 2024
0bc8f15
[7.1.0] Cherry pick a few changes to address flaky tests (#20956)
meteorcloudy Jan 19, 2024
269c70b
[7.1.0] Cherry-pick the change to reduce repository invalidations to …
bazel-io Jan 19, 2024
b50ed3a
[7.1.0] The label API shakeup & docs cleanup (#20977)
Wyverald Jan 22, 2024
8f135b8
[7.1.0] New docs for labels, repos, etc (#20978)
Wyverald Jan 22, 2024
8edf5e5
[7.1.0] Add support for arbitrary headers to rctx.download[_and_extra…
Wyverald Jan 22, 2024
66725a6
[7.1.0] Show a warning message when the credential helper invocation …
Wyverald Jan 23, 2024
e67f968
[7.1.0] Fix singlejar resource mapping for external repositories (#20…
bazel-io Jan 23, 2024
9d12d79
[7.1.0] Remove user specific path from the lockfile (Fixes #19621) (#…
SalmaSamy Jan 24, 2024
fa0660a
[7.1.0] Also report cycles involving WORKSPACE from BzlmodRepoCycleRe…
bazel-io Jan 24, 2024
0bf046d
[7.1.0] Fix -fatal_warnings on macOS (#21018)
bazel-io Jan 25, 2024
c6c7693
[7.1.0] Cherry-picks for module extension repo mapping usage tracking…
Wyverald Jan 25, 2024
d0b4c39
[7.1.0] bzlmod: support git repos in source.json (#21036)
Wyverald Jan 26, 2024
5202a05
[7.1.0] Add `bazel mod dump_repo_mapping` (#21023)
bazel-io Jan 26, 2024
5fcbb85
[7.1.0] Cherry-picks for elimination of repo rule restarts (#21082)
Wyverald Jan 26, 2024
855aa90
[7.1.0] Fix inconsistent dep graph stubs in Bzlmod tests (#21085)
bazel-io Jan 26, 2024
40019a8
[7.1.0] Distinguish the disk and remote caches in the action progress…
tjgq Jan 26, 2024
fa34913
[7.1.0] Clarify where to find the definition of the --experimental_re…
tjgq Jan 26, 2024
f087411
[7.1.0] Disable `--legacy_external_runfiles` in Bazel tests (#21086)
bazel-io Jan 27, 2024
99847ec
[7.1.0] Follow directory symlink in RemoteActionFileSystem#getDirecto…
tjgq Jan 27, 2024
0d5a7d1
[7.1.0] Treat the inability to load the Windows filesystem JNI as an …
tjgq Jan 27, 2024
97896dd
[7.1.0] Fix up permissions error in getInputStream, like we already d…
tjgq Jan 27, 2024
0ee114f
[7.1.0] Force output checking for incremental run commands without th…
bazel-io Jan 27, 2024
d3506e7
[7.1.0] Remove visionos_x86_64 CPUs (#21022)
bazel-io Jan 29, 2024
7cfe252
[7.1.0] Close test.err before deleteing it (#21020)
bazel-io Jan 29, 2024
0aa0f60
[7.1.0] Fix linker feature detection being performed on wrong linker …
iancha1992 Jan 29, 2024
b7b9931
[7.1.0] Add an option to set a minimum size threshold for zstd blob c…
bazel-io Jan 29, 2024
f3e0d5b
[7.1.0] Publish RCs to GitHub (#21127)
keertk Jan 29, 2024
36e6521
[7.1.0] Avoid using `InputStream.available()` to detect EOF while rea…
tjgq Jan 30, 2024
186ea9a
updated the .bazelversion to 7.0.2
iancha1992 Jan 30, 2024
c5b7d50
lockfile changes for macOS arm64
iancha1992 Jan 30, 2024
6281f53
updated the lockfiles for linux
iancha1992 Jan 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 48 additions & 35 deletions .bazelci/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,27 @@ tasks:
- "-//src/test/shell/bazel:bazel_coverage_cc_released_test_gcc"
- "-//src/test/shell/bazel:bazel_coverage_cc_head_test_gcc"
- "-//src/test/shell/bazel:bazel_coverage_sh_test"
# https://github.com/bazelbuild/bazel/issues/18776
# Centos7 uses python 2 by default, so these fail: https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
- "-//src/test/shell/bazel/android:aapt_integration_test"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_platforms"
include_json_profile:
- build
- test
fedora39:
shell_commands:
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
android_ndk_repository/android_ndk_repository/' WORKSPACE.bzlmod
- rm -f WORKSPACE.bzlmod.bak
- rm -rf $HOME/bazeltest
- mkdir $HOME/bazeltest
build_flags:
- "--config=ci-linux"
build_targets:
- "//src:bazel"
- "//src:bazel_jdk_minimal"
- "//src/main/java/..."
include_json_profile:
- build
- test
Expand Down Expand Up @@ -85,13 +99,6 @@ tasks:
- "//tools/bash/..."
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/8162
- "-//src/java_tools/import_deps_checker/..."
# https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
- "-//src/test/shell/bazel/android:aapt_integration_test"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_platforms"
include_json_profile:
- build
- test
Expand Down Expand Up @@ -152,13 +159,6 @@ tasks:
- "//tools/bash/..."
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/8162
- "-//src/java_tools/import_deps_checker/..."
# https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
- "-//src/test/shell/bazel/android:aapt_integration_test"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_platforms"
include_json_profile:
- build
- test
Expand Down Expand Up @@ -206,13 +206,6 @@ tasks:
- "-//src/test/shell/bazel/apple:bazel_apple_test"
# https://github.com/bazelbuild/bazel/issues/17408
- "-//src/test/shell/bazel/apple:bazel_objc_test"
# https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
- "-//src/test/shell/bazel/android:aapt_integration_test"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_platforms"
# https://github.com/bazelbuild/bazel/issues/17410
- "-//src/test/java/com/google/devtools/build/lib/platform:SystemMemoryPressureEventTest"
# https://github.com/bazelbuild/bazel/issues/17411
Expand All @@ -223,10 +216,22 @@ tasks:
- "-//src/test/shell/bazel:bazel_determinism_test"
# https://github.com/bazelbuild/bazel/issues/17457
- "-//src/test/shell/bazel:jdeps_test"
# Macs can't find python, so these fail: https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:aapt_integration_test"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools"
# Disable recently regressed tests: https://github.com/bazelbuild/bazel/issues/20437
- "-//src/test/java/com/google/devtools/build/lib/rules/cpp:CppSysrootTest"
- "-//src/test/java/com/google/devtools/build/lib/rules/cpp:CcImportConfiguredTargetTest"
- "-//src/test/java/com/google/devtools/build/lib/rules/objc:ObjcRulesTests"
- "-//src/test/java/com/google/devtools/build/lib/rules/objc:BazelJ2ObjcLibraryTest"
- "-//src/test/java/com/google/devtools/build/lib/rules/cpp:CcToolchainTest"
include_json_profile:
- build
- test
macos_arm64:
xcode_version: "15.1"
shell_commands:
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
android_ndk_repository/android_ndk_repository/' WORKSPACE.bzlmod
Expand Down Expand Up @@ -262,10 +267,6 @@ tasks:
- "-//src/test/shell/bazel:bazel_cc_code_coverage_test"
# MacOS does not have cgroups so it can't support hardened sandbox
- "-//src/test/shell/integration:bazel_hardened_sandboxed_worker_test"
# https://github.com/bazelbuild/bazel/issues/16521 & https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android/..."
- "-//src/tools/android/java/com/google/devtools/build/android/..."
- "-//src/test/java/com/google/devtools/build/android/dexer:AllTests"
# https://github.com/bazelbuild/bazel/issues/16525
- "-//src/test/java/com/google/devtools/build/lib/buildtool:KeepGoingTest"
- "-//src/test/java/com/google/devtools/build/lib/buildtool:DanglingSymlinkTest"
Expand All @@ -277,6 +278,25 @@ tasks:
- "-//src/test/java/com/google/devtools/build/lib/rules/objc:ObjcRulesTests"
# https://github.com/bazelbuild/bazel/issues/17007
- "-//src/test/java/com/google/devtools/build/lib/platform:SystemMemoryPressureEventTest"
# https://github.com/bazelbuild/bazel/issues/16521 & https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android/..."
- "-//src/tools/android/java/com/google/devtools/build/android/..."
- "-//src/test/java/com/google/devtools/build/android/dexer:AllTests"
# Macs can't find python, so these fail: https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:aapt_integration_test"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools"
# Disable recently regressed tests: https://github.com/bazelbuild/bazel/issues/20437
- "-//src/test/java/com/google/devtools/build/lib/rules/cpp:CppSysrootTest"
- "-//src/test/java/com/google/devtools/build/lib/rules/cpp:CcImportConfiguredTargetTest"
- "-//src/test/java/com/google/devtools/build/lib/rules/objc:ObjcRulesTests"
- "-//src/test/java/com/google/devtools/build/lib/rules/objc:BazelJ2ObjcLibraryTest"
- "-//src/test/java/com/google/devtools/build/lib/rules/cpp:CcToolchainTest"
# https://github.com/bazelbuild/bazel/issues/17411
- "-//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:PatchApiBlackBoxTest"
# https://github.com/bazelbuild/bazel/issues/17447
- "-//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:GitRepositoryBlackBoxTest"
include_json_profile:
- build
- test
Expand Down Expand Up @@ -404,13 +424,6 @@ tasks:
- "-//src/test/py/bazel:bazel_yanked_versions_test"
- "-//src/test/py/bazel:bzlmod_query_test"
- "-//src/test/shell/bazel:verify_workspace"
# https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
- "-//src/test/shell/bazel/android:aapt_integration_test"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_platforms"
include_json_profile:
- build
- test
Expand Down
84 changes: 49 additions & 35 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,27 @@ tasks:
- "-//src/test/shell/bazel:bazel_coverage_cc_released_test_gcc"
- "-//src/test/shell/bazel:bazel_coverage_cc_head_test_gcc"
- "-//src/test/shell/bazel:bazel_coverage_sh_test"
# https://github.com/bazelbuild/bazel/issues/18776
# Centos7 uses python 2 by default, so these fail: https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
- "-//src/test/shell/bazel/android:aapt_integration_test"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_platforms"
include_json_profile:
- build
- test
fedora39:
shell_commands:
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
android_ndk_repository/android_ndk_repository/' WORKSPACE.bzlmod
- rm -f WORKSPACE.bzlmod.bak
- rm -rf $HOME/bazeltest
- mkdir $HOME/bazeltest
build_flags:
- "--config=ci-linux"
build_targets:
- "//src:bazel"
- "//src:bazel_jdk_minimal"
- "//src/main/java/..."
include_json_profile:
- build
- test
Expand Down Expand Up @@ -87,13 +101,6 @@ tasks:
- "//tools/bash/..."
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/8162
- "-//src/java_tools/import_deps_checker/..."
# https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
- "-//src/test/shell/bazel/android:aapt_integration_test"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_platforms"
include_json_profile:
- build
- test
Expand Down Expand Up @@ -155,13 +162,6 @@ tasks:
- "//tools/bash/..."
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/8162
- "-//src/java_tools/import_deps_checker/..."
# https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
- "-//src/test/shell/bazel/android:aapt_integration_test"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_platforms"
include_json_profile:
- build
- test
Expand Down Expand Up @@ -210,13 +210,6 @@ tasks:
- "-//src/test/shell/bazel/apple:bazel_apple_test"
# https://github.com/bazelbuild/bazel/issues/17408
- "-//src/test/shell/bazel/apple:bazel_objc_test"
# https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
- "-//src/test/shell/bazel/android:aapt_integration_test"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_platforms"
# https://github.com/bazelbuild/bazel/issues/17410
- "-//src/test/java/com/google/devtools/build/lib/platform:SystemMemoryPressureEventTest"
# https://github.com/bazelbuild/bazel/issues/17411
Expand All @@ -227,11 +220,23 @@ tasks:
- "-//src/test/shell/bazel:bazel_determinism_test"
# https://github.com/bazelbuild/bazel/issues/17457
- "-//src/test/shell/bazel:jdeps_test"
# Macs can't find python, so these fail: https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:aapt_integration_test"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools"
# Disable recently regressed tests: https://github.com/bazelbuild/bazel/issues/20437
- "-//src/test/java/com/google/devtools/build/lib/rules/cpp:CppSysrootTest"
- "-//src/test/java/com/google/devtools/build/lib/rules/cpp:CcImportConfiguredTargetTest"
- "-//src/test/java/com/google/devtools/build/lib/rules/objc:ObjcRulesTests"
- "-//src/test/java/com/google/devtools/build/lib/rules/objc:BazelJ2ObjcLibraryTest"
- "-//src/test/java/com/google/devtools/build/lib/rules/cpp:CcToolchainTest"
include_json_profile:
- build
- test
macos_arm64:
shards: 2
xcode_version: "15.1"
shell_commands:
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
android_ndk_repository/android_ndk_repository/' WORKSPACE.bzlmod
Expand Down Expand Up @@ -267,10 +272,6 @@ tasks:
- "-//src/test/shell/bazel:bazel_cc_code_coverage_test"
# MacOS does not have cgroups so it can't support hardened sandbox
- "-//src/test/shell/integration:bazel_hardened_sandboxed_worker_test"
# https://github.com/bazelbuild/bazel/issues/16521 & https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android/..."
- "-//src/tools/android/java/com/google/devtools/build/android/..."
- "-//src/test/java/com/google/devtools/build/android/dexer:AllTests"
# https://github.com/bazelbuild/bazel/issues/16525
- "-//src/test/java/com/google/devtools/build/lib/buildtool:KeepGoingTest"
- "-//src/test/java/com/google/devtools/build/lib/buildtool:DanglingSymlinkTest"
Expand Down Expand Up @@ -335,6 +336,26 @@ tasks:
- "-//src/test/shell/bazel:bazel_repository_cache_test"
- "-//src/test/shell/integration:aquery_test"
- "-//src/test/shell/integration:py_args_escaping_test"
# https://github.com/bazelbuild/bazel/issues/16521 & https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android/..."
- "-//src/tools/android/java/com/google/devtools/build/android/..."
- "-//src/test/java/com/google/devtools/build/android/dexer:AllTests"
# Macs can't find python, so these fail: https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:aapt_integration_test"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools"
# Disable recently regressed tests: https://github.com/bazelbuild/bazel/issues/20437
- "-//src/test/java/com/google/devtools/build/lib/rules/cpp:CppSysrootTest"
- "-//src/test/java/com/google/devtools/build/lib/rules/cpp:CcImportConfiguredTargetTest"
- "-//src/test/java/com/google/devtools/build/lib/rules/objc:ObjcRulesTests"
- "-//src/test/java/com/google/devtools/build/lib/rules/objc:BazelJ2ObjcLibraryTest"
- "-//src/test/java/com/google/devtools/build/lib/rules/cpp:CcToolchainTest"
- "-//src/test/shell/integration:minimal_jdk_test"
# https://github.com/bazelbuild/bazel/issues/17411
- "-//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:PatchApiBlackBoxTest"
# https://github.com/bazelbuild/bazel/issues/17447
- "-//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:GitRepositoryBlackBoxTest"
include_json_profile:
- build
- test
Expand Down Expand Up @@ -468,13 +489,6 @@ tasks:
# Flaky on rbe_ubuntu2004
# https://github.com/bazelbuild/continuous-integration/issues/1631
- "-//src/test/shell/bazel:bazel_sandboxing_networking_test"
# https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
- "-//src/test/shell/bazel/android:aapt_integration_test"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:aapt_integration_test_with_platforms"
include_json_profile:
- build
- test
Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0
7.0.2
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ maven.install(
"io.netty:netty-transport-native-unix-common:jar:osx-x86_64:4.1.93.Final",
"io.netty:netty-transport:4.1.93.Final",
"io.reactivex.rxjava3:rxjava:3.1.2",
"it.unimi.dsi:fastutil:7.2.1",
"javax.activation:javax.activation-api:1.2.0",
"javax.annotation:javax.annotation-api:1.3.2",
"javax.inject:javax.inject:1",
Expand Down
Loading
Loading