mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: install all FF system dependencies with --full on build (#6657)
Before that it actually didn't install all needed dependencies and failed after that when starting the compiler suite. WebKit also installs dependencies with apt, so it should be fine to install them on OS level.
This commit is contained in:
parent
4e979fd95e
commit
277eca1b98
@ -87,7 +87,7 @@ if [[ $1 == "--full" || $2 == "--full" ]]; then
|
||||
rm -rf "$HOME/.mozbuild/node"
|
||||
mv node "$HOME/.mozbuild/"
|
||||
elif [[ "$(uname)" == "Darwin" || "$(uname)" == "Linux" ]]; then
|
||||
SHELL=/bin/sh ./mach --no-interactive bootstrap --application-choice=browser --no-system-changes
|
||||
SHELL=/bin/sh ./mach --no-interactive bootstrap --application-choice=browser
|
||||
fi
|
||||
if [[ ! -z "${WIN32_REDIST_DIR}" ]]; then
|
||||
# Having this option in .mozconfig kills incremental compilation.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user