public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel10.3: fix build error:
@ 2026-09-03 7:53 Than Ngo
0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-09-03 7:53 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel10.3
Commit : 277fccf471eb6f6f3c5e68b1fef5252b38c1016e
Author : Than Ngo <than@redhat.com>
Date : 2026-09-03T13:04:57+07:00
Stats : +12/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/277fccf471eb6f6f3c5e68b1fef5252b38c1016e?branch=epel10.3
Log:
fix build error:
Unable to load "/chr-build/chromium-152.0.7977.75/third_party/rust-toolchain/lib/third_party/crubit/support/BUILD.gn".
---
diff --git a/chromium-152-build-error-rust-cbor.patch b/chromium-152-build-error-rust-cbor.patch
index 2632741..24ccc43 100644
--- a/chromium-152-build-error-rust-cbor.patch
+++ b/chromium-152-build-error-rust-cbor.patch
@@ -1,6 +1,15 @@
-diff -up chromium-152.0.7977.75/components/cbor/BUILD.gn.me chromium-152.0.7977.75/components/cbor/BUILD.gn
---- chromium-152.0.7977.75/components/cbor/BUILD.gn.me 2026-09-02 12:24:26.349525915 +0700
-+++ chromium-152.0.7977.75/components/cbor/BUILD.gn 2026-09-02 12:34:26.504803212 +0700
+diff -up chromium-152.0.7977.75/components/cbor/BUILD.gn.build-error-rust-cbor chromium-152.0.7977.75/components/cbor/BUILD.gn
+--- chromium-152.0.7977.75/components/cbor/BUILD.gn.build-error-rust-cbor 2026-09-01 05:47:51.000000000 +0700
++++ chromium-152.0.7977.75/components/cbor/BUILD.gn 2026-09-03 12:17:39.941352757 +0700
+@@ -12,7 +12,7 @@ buildflag_header("buildflags") {
+ # TODO(crbug.com/535682335): Remove `USE_CBOR_RUST` buildflag entirely,
+ # unconditionally enable Rust CBOR parser, and drop `is_cronet_build` check
+ # once Cronet supports Crubit dependencies.
+- flags = [ "USE_CBOR_RUST=!$is_cronet_build" ]
++ flags = [ "USE_CBOR_RUST=false" ]
+ }
+
+ component("cbor") {
@@ -37,7 +37,7 @@ component("cbor") {
"//base",
]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-03 7:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 7:53 [rpms/chromium] epel10.3: fix build error: Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox