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] epel9-next: disable build_headless for test build
Date: Fri, 07 Aug 2026 16:04:51 GMT	[thread overview]
Message-ID: <178611869189.1.4025672611707776673.rpms-chromium-29ba92517dad@fedoraproject.org> (raw)

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)

                 reply	other threads:[~2026-08-07 16:04 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=178611869189.1.4025672611707776673.rpms-chromium-29ba92517dad@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