public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: - Fix condition for clang++-unsupported-argument
@ 2026-08-07 16:07 Than Ngo
  0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:07 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/chromium
            Branch : epel9-next
            Commit : b1015a3ed4b7b3ba2bb949fecbc08578d5c50f73
            Author : Than Ngo <than@redhat.com>
            Date   : 2025-05-28T16:43:00+02:00
            Stats  : +1/-33 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/chromium/c/b1015a3ed4b7b3ba2bb949fecbc08578d5c50f73?branch=epel9-next

            Log:
            - Fix condition for clang++-unsupported-argument
- Remove useless chromium-133-rust-crc32fast.patch

---
diff --git a/chromium-133-rust-crc32fast.patch b/chromium-133-rust-crc32fast.patch
deleted file mode 100644
index 838a53b..0000000
--- a/chromium-133-rust-crc32fast.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up chromium-133.0.6943.53/third_party/rust/crc32fast/v1/BUILD.gn.me chromium-133.0.6943.53/third_party/rust/crc32fast/v1/BUILD.gn
---- chromium-133.0.6943.53/third_party/rust/crc32fast/v1/BUILD.gn.me	2025-02-11 00:13:06.132152874 +0100
-+++ chromium-133.0.6943.53/third_party/rust/crc32fast/v1/BUILD.gn	2025-02-11 00:28:22.785233997 +0100
-@@ -41,7 +41,6 @@ cargo_crate("lib") {
-   proc_macro_configs += [ "//build/config/compiler:no_chromium_code" ]
-   deps = [ "//third_party/rust/cfg_if/v1:lib" ]
-   features = [
--    "nightly",
-     "std",
-   ]
-   rustflags = [

diff --git a/chromium.spec b/chromium.spec
index c1b0827..c00ba2c 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -4,20 +4,8 @@
 # enable|disable system build flags
 %global system_build_flags 0
 
-# set default numjobs for the koji build
-%ifarch aarch64
-%global numjobs 8
-%else
 %global numjobs %{_smp_build_ncpus}
-%endif
-
-# enable|disable all cpus for the build.
-%global use_all_cpus 1
 
-%if %{use_all_cpus}
-%global numjobs %{_smp_build_ncpus}
-%endif
- 
 # official builds have less debugging and go faster... but we have to shut some things off.
 %global official_build 1
 
@@ -333,9 +321,6 @@ Patch309: chromium-132-el8-unsupport-rustc-flags.patch
 # enable fstack-protector-strong
 Patch312: chromium-123-fstack-protector-strong.patch
 
-# build error stdarch_arm_crc32
-Patch313: chromium-133-rust-crc32fast.patch
-
 # old rust version causes build error on el8:
 # error[E0599]: no method named `is_none_or` found for enum `Option` in the current scope
 Patch314: chromium-136-rust-skrifa-build-error.patch
@@ -1051,18 +1036,12 @@ Qt6 UI for chromium.
 
 %patch -P312 -p1 -b .fstack-protector-strong
 
-%ifarch aarch64
-%if 0%{?rhel} == 8 || 0%{?rhel} == 9
-%patch -P313 -p1 -b .rust-crc32fast
-%endif
-%endif
-
 %if 0%{?rhel}
 %patch -P315 -p1 -b .rust-libadler2
 %endif
 %patch -P316 -p1 -b .clang-build-flags
 
-%if 0%{?fedora} > 41 || 0%{?rhel} > 9
+%if 0%{?fedora} < 42 || 0%{?rhel} < 10
 %patch -P317 -p1 -b .clang++-unsupported-argument
 %endif
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-07 16:07 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:07 [rpms/chromium] epel9-next: - Fix condition for clang++-unsupported-argument Than Ngo

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