commit f830685c1c9cfbb8bc24b7bd6cd0050f681cdf1f
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Wed Dec 19 15:59:47 2018 -0500
more hardcoded devtoolset versions
Signed-off-by: Akarshan Biswas <akarshan.biswas(a)gmail.com>
chromium-freeworld.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index db4d811..58649cf 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -1352,7 +1352,7 @@ sed -i '/aarch64)/ a \ exec
"/usr/bin/ninja-build" "$@";;\' ../depot_tool
sed -i 's|exec "${THIS_DIR}/ninja-linux${LONG_BIT}"|exec
"/usr/bin/ninja-build"|g' ../depot_tools/ninja
%if 0%{?rhel} == 7
-. /opt/rh/devtoolset-7/enable
+. /opt/rh/devtoolset-8/enable
%endif
# Check that there is no system 'google' module, shadowing bundled ones:
@@ -1387,7 +1387,7 @@ sed -i.orig -e
's/getenv("CHROME_VERSION_EXTRA")/"Fedora Project"/' $FILE
%build
%if 0%{?rhel} == 7
-. /opt/rh/devtoolset-7/enable
+. /opt/rh/devtoolset-8/enable
%endif
# Now do the full browser
Show replies by date