-
-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GHA to build with Ubuntu 22.04 for Linux.
- Loading branch information
Showing
1 changed file
with
6 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,7 @@ jobs: | |
versionout: "${{ steps.versionexport.outputs.version }}" | ||
steps: | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- name: "\U0001F4BF Build dependencies" | ||
run: | | ||
sudo apt update | ||
|
@@ -199,7 +199,7 @@ jobs: | |
contents: read | ||
steps: | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- name: "\U0001F4BF Build dependencies" | ||
run: | | ||
sudo apt update | ||
|
@@ -411,7 +411,7 @@ jobs: | |
SCCACHE_GHA_ENABLED: "true" | ||
steps: | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- name: "\U0001F4BF Build dependencies" | ||
run: | | ||
sudo apt update | ||
|
@@ -493,21 +493,6 @@ jobs: | |
sudo spctl --add ./obj-${{ matrix.arch }}/dist/waterfox/Waterfox.app | ||
find ./obj-${{ matrix.arch }}/dist/waterfox/ -type f -exec /bin/sh -c "file {} | grep -q executable && chmod +x {}" \; | ||
rm .mozconfig || true | ||
rm /usr/local/bin/2to3 || true | ||
rm /usr/local/bin/2to3-3.11 || true | ||
rm /usr/local/bin/2to3-3.12 || true | ||
rm /usr/local/bin/idle3 || true | ||
rm /usr/local/bin/idle3.11 || true | ||
rm /usr/local/bin/idle3.12 || true | ||
rm /usr/local/bin/pydoc3 || true | ||
rm /usr/local/bin/pydoc3.11 || true | ||
rm /usr/local/bin/pydoc3.12 || true | ||
rm /usr/local/bin/python3 || true | ||
rm /usr/local/bin/python3-config || true | ||
rm /usr/local/bin/python3.11 || true | ||
rm /usr/local/bin/python3.12 || true | ||
rm /usr/local/bin/python3.11-config || true | ||
rm /usr/local/bin/python3.12-config || true | ||
./mach --no-interactive bootstrap --application-choice=browser | ||
LLVM_PROFDATA=$HOME/.mozbuild/clang/bin/llvm-profdata JARLOG_FILE=en-US.log ./mach python build/pgo/profileserver.py --binary ./obj-${{ matrix.arch }}/dist/waterfox/Waterfox.app/Contents/MacOS/waterfox | ||
- name: "\U0001F199 Upload Stage 2 Artifact" | ||
|
@@ -539,7 +524,7 @@ jobs: | |
SCCACHE_GHA_ENABLED: "true" | ||
steps: | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- name: "\U0001F4BF Build dependencies" | ||
run: | | ||
sudo apt update | ||
|
@@ -737,7 +722,7 @@ jobs: | |
build-linux-x64: | ||
name: Linux | ||
runs-on: | ||
- warp-custom-16x-ubuntu-24 | ||
- warp-custom-16x-ubuntu-22 | ||
concurrency: | ||
group: "${{ github.head_ref }}-linux-x64" | ||
cancel-in-progress: true | ||
|
@@ -749,7 +734,7 @@ jobs: | |
SCCACHE_GHA_ENABLED: "true" | ||
steps: | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- name: "\U0001F4BF Setup build packages" | ||
run: | | ||
curl -L "https://www.7-zip.org/a/7z2408-linux-x64.tar.xz" | tar xJ | ||
|