public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] rawhide: Fix FTBFS on el10.2
Date: Fri, 25 Sep 2026 14:27:31 GMT [thread overview]
Message-ID: <179034645195.1.15261271880364198849.rpms-chromium-cb349a4af4e3@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-25 14:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=179034645195.1.15261271880364198849.rpms-chromium-cb349a4af4e3@fedoraproject.org \
--to=than@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox