-
-
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.
WarpBuild seems to be having issues with Ubuntu images.
- Loading branch information
Showing
1 changed file
with
5 additions
and
37 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 |
---|---|---|
|
@@ -70,7 +70,7 @@ jobs: | |
build-windows-x64-stage-1: | ||
name: Windows Stage 1 | ||
runs-on: | ||
- warp-ubuntu-latest-x64-16x | ||
- buildjet-16vcpu-ubuntu-2204 | ||
concurrency: | ||
group: "${{ github.head_ref }}-windows-x64-stage-1" | ||
cancel-in-progress: true | ||
|
@@ -169,10 +169,6 @@ jobs: | |
name: windows-${{ env.ARCH }}-stage-1-${{ github.run_id }} | ||
path: | | ||
obj-${{ env.ARCH }}/dist/waterfox | ||
- name: π Debug Session | ||
if: ${{ failure() }} | ||
uses: Warpbuilds/[email protected] | ||
timeout-minutes: 15 | ||
build-windows-x64-stage-2: | ||
name: Windows Stage 2 | ||
defaults: | ||
|
@@ -215,16 +211,12 @@ jobs: | |
path: | | ||
merged.profdata | ||
en-US.log | ||
- name: π Debug Session | ||
if: ${{ failure() }} | ||
uses: Warpbuilds/[email protected] | ||
timeout-minutes: 15 | ||
build-windows-x64-stage-3: | ||
name: Windows Stage 3 | ||
needs: | ||
- build-windows-x64-stage-2 | ||
runs-on: | ||
- warp-ubuntu-latest-x64-16x | ||
- buildjet-16vcpu-ubuntu-2204 | ||
concurrency: | ||
group: "${{ github.head_ref }}-windows-x64-stage-3" | ||
cancel-in-progress: true | ||
|
@@ -470,14 +462,10 @@ jobs: | |
Install\ Waterfox.exe | ||
waterfox-${{ env.VERSION_DISPLAY }}.complete.mar | ||
update.xml | ||
- name: π Debug Session | ||
if: ${{ failure() }} | ||
uses: Warpbuilds/[email protected] | ||
timeout-minutes: 15 | ||
build-macos-multi-stage-1: | ||
name: macOS Stage 1 | ||
runs-on: | ||
- warp-ubuntu-latest-x64-16x | ||
- buildjet-16vcpu-ubuntu-2204 | ||
strategy: | ||
matrix: | ||
arch: | ||
|
@@ -581,10 +569,6 @@ jobs: | |
./obj-${{ matrix.arch }}/dist/waterfox/*.app | ||
./obj-${{ matrix.arch }}/dist/host/bin/mar | ||
retention-days: 1 | ||
- name: π Debug Session | ||
if: ${{ failure() }} | ||
uses: Warpbuilds/[email protected] | ||
timeout-minutes: 15 | ||
build-macos-multi-stage-2: | ||
name: macOS Stage 2 | ||
runs-on: ${{ matrix.runs-on }} | ||
|
@@ -645,14 +629,10 @@ jobs: | |
path: | | ||
merged.profdata | ||
en-US.log | ||
- name: π Debug Session | ||
if: ${{ failure() }} | ||
uses: Warpbuilds/[email protected] | ||
timeout-minutes: 15 | ||
build-macos-multi-stage-3: | ||
name: macOS Stage 3 | ||
runs-on: | ||
- warp-ubuntu-latest-x64-16x | ||
- buildjet-16vcpu-ubuntu-2204 | ||
needs: | ||
- build-macos-multi-stage-2 | ||
strategy: | ||
|
@@ -766,10 +746,6 @@ jobs: | |
./obj-${{ matrix.arch }}/dist/waterfox/*.app | ||
./obj-${{ matrix.arch }}/dist/host/bin/mar | ||
retention-days: 1 | ||
- name: π Debug Session | ||
if: ${{ failure() }} | ||
uses: Warpbuilds/[email protected] | ||
timeout-minutes: 15 | ||
macos-unify: | ||
name: macOS Universal | ||
if: ${{ inputs.TRIGGER_EVENT == 'workflow_dispatch' }} | ||
|
@@ -910,14 +886,10 @@ jobs: | |
Waterfox ${{ env.VERSION_DISPLAY }}.dmg.sha512 | ||
waterfox-${{ env.VERSION_DISPLAY }}.complete.mar | ||
update.xml | ||
- name: π Debug Session | ||
if: ${{ failure() }} | ||
uses: Warpbuilds/[email protected] | ||
timeout-minutes: 15 | ||
build-linux-x64: | ||
name: Linux | ||
runs-on: | ||
- warp-ubuntu-latest-x64-16x | ||
- buildjet-16vcpu-ubuntu-2204 | ||
concurrency: | ||
group: "${{ github.head_ref }}-linux-x64" | ||
cancel-in-progress: true | ||
|
@@ -1072,10 +1044,6 @@ jobs: | |
sed -i "s/SIZE/$SIZE/g" update.xml | ||
sed -i "s/HASH/"$SHA512"/g" update.xml | ||
- name: π Debug Session | ||
if: ${{ failure() }} | ||
uses: Warpbuilds/[email protected] | ||
timeout-minutes: 15 | ||
- name: "\U0001F199 Upload artifact" | ||
if: ${{ inputs.TRIGGER_EVENT == 'workflow_dispatch' }} | ||
uses: actions/upload-artifact@v4 | ||
|