build: add --shared-abseil configure flag - #65682
Open
aduh95 wants to merge 2 commits into
Open
Conversation
Collaborator
|
Review requested:
|
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Contributor
Changelog@@ -16,0 +17,8 @@
+/nix/store/zfjmy81j7shdl54pdhqfkxdiqj0k8w6f-abseil-cpp-20260107.1 (aarch64-darwin)
+/nix/store/98crzsncq5khm9cyckslmd2xz8y536va-abseil-cpp-20260107.1 (aarch64-linux)
+/nix/store/g5bfb54qhcprz6fbwy6y0344gyhdq39n-abseil-cpp-20260107.1 (x86_64-darwin)
+/nix/store/vp4ha3gygz1cm6f7qgrrysyyk1nzfgps-abseil-cpp-20260107.1 (x86_64-linux)
+/nix/store/mcbznvdb0xcncmv55gkg8gvyjjasn46k-abseil-cpp-20260107.1-dev (aarch64-darwin)
+/nix/store/wi8nissjz9mxlzk8v8sqa705h5f4qhb6-abseil-cpp-20260107.1-dev (aarch64-linux)
+/nix/store/s84wwacmp88nld1znzjkrn3s0gsg930c-abseil-cpp-20260107.1-dev (x86_64-darwin)
+/nix/store/yf9f11zq3w5da045klvrpvqawh19sz6m-abseil-cpp-20260107.1-dev (x86_64-linux) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #65682 +/- ##
==========================================
- Coverage 90.07% 90.07% -0.01%
==========================================
Files 754 754
Lines 256378 256378
Branches 48498 48488 -10
==========================================
- Hits 230936 230921 -15
Misses 16572 16572
- Partials 8870 8885 +15 🚀 New features to boost your workflow:
|
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.
A requirement for #65614 (abseil is a requirement of both perfetto and V8, and it needs to be the same version)