public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] rawhide: Fix FTBFS on el10.2
@ 2026-09-25 14:27 Than Ngo
  0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-09-25 14:27 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/chromium
            Branch : rawhide
            Commit : cb349a4af4e3770ed9703fe43ffdb5a203e0fcfb
            Author : Than Ngo <than@redhat.com>
            Date   : 2026-09-25T16:26:43+02:00
            Stats  : +5/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/chromium/c/cb349a4af4e3770ed9703fe43ffdb5a203e0fcfb?branch=rawhide

            Log:
            Fix FTBFS on el10.2

ERROR at //third_party/devtools-frontend/src/scripts/build/typescript/ts_library_split.gni:316:21: Assignment had no effect.
    public_inputs = filter_include(_all_sources, [ "*.ts" ])

---
diff --git a/chromium.spec b/chromium.spec
index 6e71491..16d22ad 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -30,8 +30,11 @@
 
 # enable|disble bootstrap
 %global bootstrap 0
-# workaround for old gn on el9, it causes build error: unknown function filter_labels_include()
-%if 0%{?rhel} == 9
+# workaround for old gn on el9 and el10.2, it causes build errors:
+#  unknown function filter_labels_include()
+# ERROR at //third_party/devtools-frontend/src/scripts/build/typescript/ts_library_split.gni:316:21: Assignment had no effect.
+#    public_inputs = filter_include(_all_sources, [ "*.ts" ])
+%if 0%{?rhel} == 9 || (0%{?rhel} == 10 && 0%{?rhel_minor_version} < 3)
 %global bootstrap 1
 %endif
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-25 14:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 14:27 [rpms/chromium] rawhide: Fix FTBFS on el10.2 Than Ngo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox