Skip to content

Commit

Permalink
Fix #34926: set SYSTEM_VERSION_COMPAT=0 when installing STP
Browse files Browse the repository at this point in the history
Presumably Azure Pipelines (temporarily?) had an image which didn't
set SYSTEM_VERSION_COMPAT=1 by default, hence this previously appeared
to work without this.
  • Loading branch information
gsnedders committed Jul 22, 2022
1 parent 7d1c815 commit a2871e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci/azure/install_safari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ steps:
- ${{ if eq(parameters.channel, 'preview') }}:
- script: |
set -eux -o pipefail
export SYSTEM_VERSION_COMPAT=0
./wpt install --channel preview --download-only -d . --rename STP safari browser
sudo installer -pkg STP.pkg -target LocalSystem
# Workaround for `sudo safardriver --enable` not working on Catalina:
Expand Down

0 comments on commit a2871e4

Please sign in to comment.