public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: test build
@ 2026-08-07 16:04 Than Ngo
  0 siblings, 0 replies; 2+ messages 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 : 708c34cf26b7522d32fa8bd4066f505046efd25e
Author : Than Ngo <than@redhat.com>
Date   : 2023-02-24T09:03:43+01:00
Stats  : +3/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/708c34cf26b7522d32fa8bd4066f505046efd25e?branch=epel9-next

Log:
test build

---
diff --git a/chromium.spec b/chromium.spec
index 71d96fe..a17d4d3 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -14,14 +14,14 @@
 
 # set default numjobs for the koji build
 %ifarch aarch64
-%global numjobs 8
+%global numjobs 64
 %else
 %global numjobs %{_smp_build_ncpus}
 %endif
 
 # This flag is so I can build things very fast on a giant system.
 # Enabling this in koji causes aarch64 builds to timeout indefinitely.
-%global use_all_cpus 1
+%global use_all_cpus 0
 
 %if %{use_all_cpus}
 %global numjobs %{_smp_build_ncpus}
@@ -41,7 +41,7 @@
 	ninja -j %{numjobs} -C '%1' '%2'
 
 # enable|disable headless client build
-%global build_headless 0
+%global build_headless 1
 
 # enable|disable chrome-remote-desktop build
 %global build_remoting 0

^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [rpms/chromium] epel9-next: test build
@ 2026-08-07 16:04 Than Ngo
  0 siblings, 0 replies; 2+ messages 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 : 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-07 16:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:04 [rpms/chromium] epel9-next: test build Than Ngo
  -- strict thread matches above, loose matches on Subject: below --
2026-08-07 16:04 Than Ngo

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