Closed
Wire real WORKSPACE @icu/@abseil-cpp for wee8 prebuilt and align bzlmod abseil to Envoy#1089
@icu/@abseil-cpp for wee8 prebuilt and align bzlmod abseil to Envoy#1089Conversation
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix bazel dependencies in ci-wee8 branch
Wire real WORKSPACE Aug 13, 2026
@icu/@abseil-cpp for wee8 prebuilt and align bzlmod abseil to Envoy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ci-wee8had a broken WORKSPACE path:deps.bzlstill loaded/calledsetup_wee8_workspace_deps()after that symbol was removed fromwee8_prebuilt.bzl. This change restores a real WORKSPACE dependency path for wee8 (no stubs) using Envoy’s exact ICU/Abseil pins, while keeping the existing bzlmod wiring andsetup_wee8_prebuilt().WORKSPACE break fix (stale symbol removal)
setup_wee8_workspace_depsfrombazel/deps.bzlload/call sites.setup_wee8_prebuilt()in place to preserve WORKSPACE prebuilt support.Real external repos for wee8 transitive deps (WORKSPACE mode)
VERSIONS["abseil-cpp"]:20260107.14314e2a7cbac89cac25a2f2322870f343d81579756ceff7f431803c2c9090195versions.bzlstyle.VERSIONS["icu"]:78.2af38c3d4904e47e1bc2dd7587922ee2aec312fefa677804582e3fecca3edb272strip_prefix = "icu".@icu//:icuas a buildable target (no placeholder libraries).ICU workspace build wiring
bazel/v8/icu.BUILD.bazelbazel/v8/patches/BUILD.bazelbazel/v8/patches/bzlmod version alignment
bazel_dep(name = "abseil-cpp")inbazel/MODULE.bazelfrom20250814.1to20260107.1to match Envoy.bazel mod deps abseil-cppresolves toabseil-cpp@20260107.1.Why
@abseil-cpp/@icudeps are load-bearingabsl::.../ICU symbols when this dependency contract is not satisfied, confirming these deps are not analysis-only.