mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: document fix for firefox build from launchctl
This commit is contained in:
parent
af94e7a8c9
commit
ea1decbeee
@ -144,6 +144,9 @@ Make sure to change the following fields:
|
|||||||
|
|
||||||
<key>AZ_ACCOUNT_KEY</key>
|
<key>AZ_ACCOUNT_KEY</key>
|
||||||
<string></string>
|
<string></string>
|
||||||
|
|
||||||
|
<key>MOZ_NOSPAM</key>
|
||||||
|
<string>1</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
||||||
|
|
||||||
@ -160,3 +163,6 @@ Make sure to change the following fields:
|
|||||||
```
|
```
|
||||||
|
|
||||||
Next, you can either use `launchctl load` command to load the daemon, or reboot bot to make sure it auto-starts.
|
Next, you can either use `launchctl load` command to load the daemon, or reboot bot to make sure it auto-starts.
|
||||||
|
|
||||||
|
> **NOTE**: mozbuild uses [terminal-notifier](https://github.com/julienXX/terminal-notifier) which hangs
|
||||||
|
> in launchctl environment. The `MOZ_NOSPAM` env variable disables terminal notifications.
|
||||||
|
|||||||
@ -55,7 +55,7 @@ if [[ -n $(git status -s) ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
git pull origin master
|
git pull origin master
|
||||||
../checkout_build_archive_upload.sh firefox >/tmp/$(basename $0)-firefox-log.log
|
../checkout_build_archive_upload.sh firefox >/tmp/$(basename $0)-firefox-log.log || true
|
||||||
|
|
||||||
git pull origin master
|
git pull origin master
|
||||||
../checkout_build_archive_upload.sh webkit >/tmp/$(basename $0)-webkit-log.log
|
../checkout_build_archive_upload.sh webkit >/tmp/$(basename $0)-webkit-log.log || true
|
||||||
|
|||||||
@ -61,7 +61,7 @@ if [[ -n $(git status -s) ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
git pull origin master
|
git pull origin master
|
||||||
../checkout_build_archive_upload.sh firefox >/tmp/$(basename $0)-firefox-log.log
|
../checkout_build_archive_upload.sh firefox >/tmp/$(basename $0)-firefox-log.log || true
|
||||||
|
|
||||||
git pull origin master
|
git pull origin master
|
||||||
../checkout_build_archive_upload.sh webkit >/tmp/$(basename $0)-webkit-log.log
|
../checkout_build_archive_upload.sh webkit >/tmp/$(basename $0)-webkit-log.log || true
|
||||||
|
|||||||
@ -62,4 +62,4 @@ if [[ -n $(git status -s) ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
git pull origin master
|
git pull origin master
|
||||||
../checkout_build_archive_upload.sh webkit >/tmp/$(basename $0)-webkit-log.log
|
../checkout_build_archive_upload.sh webkit >/tmp/$(basename $0)-webkit-log.log || true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user