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 some tests to speed up the build
Date: Fri, 07 Aug 2026 16:04:30 GMT [thread overview]
Message-ID: <178611867018.1.10631727179745967505.rpms-chromium-d8f95d6fb3fd@fedoraproject.org> (raw)
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
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=178611867018.1.10631727179745967505.rpms-chromium-d8f95d6fb3fd@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