-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chromium,chromedriver: 128.0.6613.137 -> 129.0.6668.58 (#342721)
- Loading branch information
Showing
3 changed files
with
34 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
21 changes: 21 additions & 0 deletions
21
pkgs/applications/networking/browsers/chromium/patches/chromium-129-rust.patch
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn | ||
index 45086d6838cac..81132ad8ecb31 100644 | ||
--- a/build/config/compiler/BUILD.gn | ||
+++ b/build/config/compiler/BUILD.gn | ||
@@ -1727,16 +1727,6 @@ config("runtime_library") { | ||
configs += [ "//build/config/c++:runtime_library" ] | ||
} | ||
|
||
- # Rust and C++ both provide intrinsics for LLVM to call for math operations. We | ||
- # want to use the C++ intrinsics, not the ones in the Rust compiler_builtins | ||
- # library. The Rust symbols are marked as weak, so that they can be replaced by | ||
- # the C++ symbols. This config ensures the C++ symbols exist and are strong in | ||
- # order to cause that replacement to occur by explicitly linking in clang's | ||
- # compiler-rt library. | ||
- if (is_clang && !is_nacl && !is_cronet_build) { | ||
- configs += [ "//build/config/clang:compiler_builtins" ] | ||
- } | ||
- | ||
# TODO(crbug.com/40570904): Come up with a better name for is POSIX + Fuchsia | ||
# configuration. | ||
if (is_posix || is_fuchsia) { |
18 changes: 9 additions & 9 deletions
18
pkgs/applications/networking/browsers/chromium/upstream-info.nix
This file contains 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