Skip to content

fix(bazel): build failures for macos#15474

Closed
jinseopkim0 wants to merge 2 commits intomainfrom
preview-kokoro-macos-1.1
Closed

fix(bazel): build failures for macos#15474
jinseopkim0 wants to merge 2 commits intomainfrom
preview-kokoro-macos-1.1

Conversation

@jinseopkim0
Copy link
Collaborator

@jinseopkim0 jinseopkim0 commented Sep 13, 2025

This change is Reviewable

This commit fixes the macOS Bazel build failures in Kokoro by:
1.  Disabling the experimental downloader config in .bazelrc. The build was attempting to download dependencies from an outdated mirror, which resulted in 404 errors.
2.  Re-enabling the default Apple C++ toolchain. The build was explicitly disabling the default toolchain without providing an alternative, which caused toolchain resolution errors. The original reason for disabling the toolchain, a gRPC incompatibility with Bazel 7 (as documented in #13311), is no longer relevant as the project now uses a version of gRPC that is compatible with Bazel 7.
@codecov
Copy link

codecov bot commented Sep 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.04%. Comparing base (7ec4475) to head (7cfc099).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15474   +/-   ##
=======================================
  Coverage   93.04%   93.04%           
=======================================
  Files        2403     2403           
  Lines      219626   219626           
=======================================
+ Hits       204348   204353    +5     
+ Misses      15278    15273    -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jinseopkim0 jinseopkim0 deleted the preview-kokoro-macos-1.1 branch October 10, 2025 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant