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: test build
Date: Fri, 07 Aug 2026 16:04:52 GMT [thread overview]
Message-ID: <178611869286.1.10527923442852626584.rpms-chromium-451329d33dc3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 451329d33dc31d16605391ce45d4a3260647bf73
Author : Than Ngo <than@redhat.com>
Date : 2023-02-24T09:45:21+01:00
Stats : +17/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/451329d33dc31d16605391ce45d4a3260647bf73?branch=epel9-next
Log:
test build
---
diff --git a/chromium.spec b/chromium.spec
index a17d4d3..bbc1ec5 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -426,6 +426,9 @@ Source19: https://nodejs.org/dist/latest-v16.x/node-%{nodejs_version}-linux-x64.
Source21: https://nodejs.org/dist/latest-v16.x/node-%{nodejs_version}-linux-arm64.tar.xz
%endif
+# for test build
+BuildRequires: /usr/bin/ps
+
%if %{clang}
%if 0%{?rhel} == 7
BuildRequires: llvm-toolset-%{llvm_toolset_version}
@@ -1083,6 +1086,12 @@ echo state: build
echo check the value of /sys/fs/cgroup/pids.max inside the container
cat /sys/fs/cgroup/pids.max || true
+echo ulimit -a
+ulimit -a || true
+
+echo ulimit -u
+ulimit -u || true
+
# utf8 issue on epel7, Internal parsing error 'ascii' codec can't
# decode byte 0xe2 in position 474: ordinal not in range(128)
export LANG=en_US.UTF-8
@@ -1337,10 +1346,18 @@ mkdir -p %{builddir} && cp -a %{_bindir}/gn %{builddir}/
%build_target %{headlessbuilddir} headless_shell
%endif
+# test build
+echo running process count
+ps ax | wc -l
+
%build_target %{builddir} chrome
%build_target %{builddir} chrome_sandbox
%build_target %{builddir} chromedriver
+# test build
+echo running process count
+ps ax | wc -l
+
%if %{build_clear_key_cdm}
%build_target %{builddir} clear_key_cdm
%endif
next reply other threads:[~2026-08-07 16:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-07 16:04 Than Ngo [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-08-07 16:04 [rpms/chromium] epel9-next: test build Than Ngo
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=178611869286.1.10527923442852626584.rpms-chromium-451329d33dc3@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