Skip to content

Commit

Permalink
devops: start doing separate builds for Firefox @ Ubuntu 20.04 (#6058)
Browse files Browse the repository at this point in the history
This will fix webgl issues with headful firefox on Ubuntu 20.04

See
#5951 (comment)
  • Loading branch information
aslushnikov authored Apr 2, 2021
1 parent d0afa9d commit 46949cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions browser_patches/checkout_build_archive_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,12 @@ elif [[ "$BUILD_FLAVOR" == "firefox-ubuntu-18.04" ]]; then
EXPECTED_HOST_OS="Ubuntu"
EXPECTED_HOST_OS_VERSION="18.04"
BUILD_BLOB_NAME="firefox-ubuntu-18.04.zip"
elif [[ "$BUILD_FLAVOR" == "firefox-ubuntu-20.04" ]]; then
BROWSER_NAME="firefox"
EXTRA_BUILD_ARGS="--full"
EXPECTED_HOST_OS="Ubuntu"
EXPECTED_HOST_OS_VERSION="20.04"
BUILD_BLOB_NAME="firefox-ubuntu-20.04.zip"
elif [[ "$BUILD_FLAVOR" == "firefox-mac-10.14" ]]; then
BROWSER_NAME="firefox"
EXTRA_BUILD_ARGS="--full"
Expand Down

0 comments on commit 46949cd

Please sign in to comment.