summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-dev')
-rwxr-xr-xchromium-dev/build/chromium-dev.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium-dev/build/chromium-dev.SlackBuild b/chromium-dev/build/chromium-dev.SlackBuild
index 19745ba8..7a78172e 100755
--- a/chromium-dev/build/chromium-dev.SlackBuild
+++ b/chromium-dev/build/chromium-dev.SlackBuild
@@ -418,6 +418,9 @@ fi
third_party/libaddressinput/chromium/tools/update-strings.py \
2>&1 | tee $OUTPUT/update_strings-${PRGNAM}.log
+# Do not make the build fail, see https://groups.google.com/a/chromium.org/d/topic/chromium-packagers/9JX1N2nf4PU/discussion :
+touch chrome/test/data/webui/i18n_process_css_test.html
+
# Unbundle the libraries which we use from the system:
build/linux/unbundle/replace_gyp_files.py "${_chromium_conf[@]}" \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
@@ -426,7 +429,7 @@ build/gyp_chromium --depth=. "${_chromium_conf[@]}" \
2>&1 | tee $OUTPUT/gyp-${PRGNAM}.log
# Compile everything:
ninja $NUMJOBS -C out/Release \
- chrome chrome_sandbox chromedriver widevinecdmadapter clearkeycdm
+ pdf chrome chrome_sandbox chromedriver widevinecdmadapter clearkeycdm \
2>&1 | tee $OUTPUT/ninja-${PRGNAM}.log
# Manually install everything: