mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: use mach clobber for clearing ff builds (#9864)
Clobbering is required when switching between native intel compilation and firefox arm cross-compilation.
This commit is contained in:
parent
544dcd8804
commit
f19608d1de
@ -7,7 +7,6 @@ if [[ ! -z "${FF_CHECKOUT_PATH}" ]]; then
|
||||
cd "${FF_CHECKOUT_PATH}"
|
||||
echo "WARNING: checkout path from FF_CHECKOUT_PATH env: ${FF_CHECKOUT_PATH}"
|
||||
else
|
||||
cd "$(dirname "$0")"
|
||||
cd "$HOME/firefox"
|
||||
fi
|
||||
|
||||
@ -16,3 +15,6 @@ if [[ -d $OBJ_FOLDER ]]; then
|
||||
rm -rf $OBJ_FOLDER
|
||||
fi
|
||||
|
||||
if [[ -f "mach" ]]; then
|
||||
./mach clobber
|
||||
fi
|
||||
|
||||
@ -15,3 +15,6 @@ if [[ -d $OBJ_FOLDER ]]; then
|
||||
rm -rf $OBJ_FOLDER
|
||||
fi
|
||||
|
||||
if [[ -f "mach" ]]; then
|
||||
./mach clobber
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user