public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: disable some tests to speed up the 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 : d8f95d6fb3fd8cc2d53f6316b9c5c7c657568722
            Author : Than Ngo <than@redhat.com>
            Date   : 2023-01-16T08:18:23+01:00
            Stats  : +14/-6 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/chromium/c/d8f95d6fb3fd8cc2d53f6316b9c5c7c657568722?branch=epel9-next

            Log:
            disable some tests to speed up the build
update readme

---
diff --git a/README.fedora b/README.fedora
index 2b4c11d..70ea0d1 100644
--- a/README.fedora
+++ b/README.fedora
@@ -1,4 +1,9 @@
-Widevine is not a free library and cannot be shipped in fedora.
-You have to get it from Google first and install it under
-/usr/lib64/chromium-browser or /opt/google/chrome if you want
-Chromium to use widevine.
+- Widevine is not a free library and cannot be shipped in fedora.
+  You have to get it from Google first and install it under
+  /usr/lib64/chromium-browser or /opt/google/chrome if you want
+  Chromium to use widevine.
+
+- Chromium uses the system ffmpeg-free library which is included in
+  fedora >= 36 and centos-stream 9. This library contains free video
+  codecs. If you want Chromium to use non-free video codecs, you need
+  to install ffmpeg-libs from rpmfussion-free.

diff --git a/chromium.spec b/chromium.spec
index f568222..a4d3da6 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -1259,7 +1259,8 @@ CHROMIUM_CORE_GN_DEFINES+=' use_custom_libcxx=false'
 CHROMIUM_CORE_GN_DEFINES+=' enable_iterator_debugging=false'
 CHROMIUM_CORE_GN_DEFINES+=' enable_js_type_check=false'
 CHROMIUM_CORE_GN_DEFINES+=' enable_vr=false'
-CHROMIUM_CORE_GN_DEFINES+=' build_dawn_tests=false'
+CHROMIUM_CORE_GN_DEFINES+=' build_dawn_tests=false enable_perfetto_unittests=false'
+CHROMIUM_CORE_GN_DEFINES+=' disable_fieldtrial_testing_config=true'
 CHROMIUM_CORE_GN_DEFINES+=' blink_symbol_level=0 symbol_level=0 v8_symbol_level=0'
 export CHROMIUM_CORE_GN_DEFINES
 
@@ -1392,7 +1393,9 @@ tools/gn/bootstrap/bootstrap.py --gn-gen-args="$CHROMIUM_CORE_GN_DEFINES $CHROMI
 %build_target %{headlessbuilddir} headless_shell
 %endif
 
-%build_target %{builddir} chrome chrome_sandbox chromedriver
+%build_target %{builddir} chrome
+%build_target %{builddir} chrome_sandbox
+%build_target %{builddir} chromedriver
 
 %if %{build_clear_key_cdm}
 %build_target %{builddir} clear_key_cdm

^ 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 some tests to speed up the 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