public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: disable build_headless for test build
@ 2026-08-07 16:04 Than Ngo
0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 29ba92517dad140d6a322ad50823602cfee473e7
Author : Than Ngo <than@redhat.com>
Date : 2023-02-24T05:41:50+01:00
Stats : +4/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/29ba92517dad140d6a322ad50823602cfee473e7?branch=epel9-next
Log:
disable build_headless for test build
---
diff --git a/chromium.spec b/chromium.spec
index 64a9844..71d96fe 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -41,7 +41,7 @@
ninja -j %{numjobs} -C '%1' '%2'
# enable|disable headless client build
-%global build_headless 1
+%global build_headless 0
# enable|disable chrome-remote-desktop build
%global build_remoting 0
@@ -909,12 +909,12 @@ udev.
%prep
echo state: prep
echo check the value of /sys/fs/cgroup/pids.max inside the container
-cat /sys/fs/cgroup/pids.max
+cat /sys/fs/cgroup/pids.max || true
%setup -q -n chromium-%{version}
echo state: setup
echo check the value of /sys/fs/cgroup/pids.max inside the container
-cat /sys/fs/cgroup/pids.max
+cat /sys/fs/cgroup/pids.max || true
### Chromium Fedora Patches ###
%patch0 -p1 -b .sandboxpie
@@ -1081,7 +1081,7 @@ sed -i 's|moc|moc-qt5|g' ui/qt/moc_wrapper.py
%build
echo state: build
echo check the value of /sys/fs/cgroup/pids.max inside the container
-cat /sys/fs/cgroup/pids.max
+cat /sys/fs/cgroup/pids.max || true
# utf8 issue on epel7, Internal parsing error 'ascii' codec can't
# decode byte 0xe2 in position 474: ordinal not in range(128)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 16:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:04 [rpms/chromium] epel9-next: disable build_headless for test build Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox