Skip to content

Commit

Permalink
Rework debugging GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed May 13, 2024
1 parent 76cda0c commit 34f1d0c
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ jobs:
rclone copyto :s3:cdn/waterfox/libraries/toolchain/clang-17.tar.zst ./clang-17.tar.zst
mkdir -p $HOME/win-cross
tar -xvf clang-17.tar.zst -C $HOME/win-cross
- name: πŸ› Debug Session
if: ${{ failure() }}
uses: Warpbuilds/[email protected]
- name: "\U0001F4E4 Checkout"
uses: actions/checkout@v4
- name: "\U0001F4E3 Override version_display.txt"
Expand Down Expand Up @@ -172,6 +169,9 @@ 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]
build-windows-x64-stage-2:
name: Windows Stage 2
defaults:
Expand All @@ -190,9 +190,6 @@ jobs:
run: |
curl -L https://ftp.mozilla.org/pub/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe --output MozillaBuildSetup-Latest.exe
7z x MozillaBuildSetup-Latest.exe -o/c/mozilla-build
- name: πŸ› Debug Session
if: ${{ failure() }}
uses: Warpbuilds/[email protected]
- name: "\U0001F4E4 Checkout"
uses: actions/checkout@v4
- name: ⏬ Download Stage 1 Windows artifact
Expand All @@ -217,6 +214,9 @@ jobs:
path: |
merged.profdata
en-US.log
- name: πŸ› Debug Session
if: ${{ failure() }}
uses: Warpbuilds/[email protected]
build-windows-x64-stage-3:
name: Windows Stage 3
needs:
Expand Down Expand Up @@ -279,9 +279,6 @@ jobs:
rclone copyto :s3:cdn/waterfox/libraries/toolchain/clang-17.tar.zst ./clang-17.tar.zst
mkdir -p $HOME/win-cross
tar -xvf clang-17.tar.zst -C $HOME/win-cross
- name: πŸ› Debug Session
if: ${{ failure() }}
uses: Warpbuilds/[email protected]
- name: "\U0001F4E4 Checkout"
uses: actions/checkout@v4
- name: "\U0001F4E3 Override version_display.txt"
Expand Down Expand Up @@ -471,6 +468,9 @@ jobs:
Install\ Waterfox.exe
waterfox-${{ env.VERSION_DISPLAY }}.complete.mar
update.xml
- name: πŸ› Debug Session
if: ${{ failure() }}
uses: Warpbuilds/[email protected]
build-macos-multi-stage-1:
name: macOS Stage 1
runs-on:
Expand Down Expand Up @@ -597,9 +597,6 @@ jobs:
needs:
- build-macos-multi-stage-1
steps:
- name: πŸ› Debug Session
if: ${{ failure() }}
uses: Warpbuilds/[email protected]
- name: "\U0001F4E4 Checkout"
uses: actions/checkout@v4
- name: ⏬ Download Stage 1 macOS artifact
Expand Down Expand Up @@ -644,6 +641,9 @@ jobs:
path: |
merged.profdata
en-US.log
- name: πŸ› Debug Session
if: ${{ failure() }}
uses: Warpbuilds/[email protected]
build-macos-multi-stage-3:
name: macOS Stage 3
runs-on:
Expand Down Expand Up @@ -710,9 +710,6 @@ jobs:
tar -xvf macos-cross.tar.zst -C $HOME/
rclone copyto :s3:cdn/waterfox/libraries/toolchain/clang-17.tar.zst ./clang-17.tar.zst
tar -xvf clang-17.tar.zst -C $HOME/macos-cross
- name: πŸ› Debug Session
if: ${{ failure() }}
uses: Warpbuilds/[email protected]
- name: "\U0001F4E4 Checkout"
uses: actions/checkout@v4
- name: "\U0001F4E3 Override version_display.txt"
Expand Down Expand Up @@ -764,6 +761,9 @@ 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]
macos-unify:
name: macOS Universal
if: ${{ inputs.TRIGGER_EVENT == 'workflow_dispatch' }}
Expand All @@ -774,9 +774,6 @@ jobs:
ARCH-X64: x86_64-apple-darwin
ARCH-ARM64: aarch64-apple-darwin
steps:
- name: πŸ› Debug Session
if: ${{ failure() }}
uses: Warpbuilds/[email protected]
- name: "\U0001F4E4 Checkout"
uses: actions/checkout@v4
- name: "\U0001F4E3 Override version_display.txt"
Expand Down Expand Up @@ -907,6 +904,9 @@ jobs:
Waterfox ${{ env.VERSION_DISPLAY }}.dmg.sha512
waterfox-${{ env.VERSION_DISPLAY }}.complete.mar
update.xml
- name: πŸ› Debug Session
if: ${{ failure() }}
uses: Warpbuilds/[email protected]
build-linux-x64:
name: Linux
runs-on:
Expand Down Expand Up @@ -941,9 +941,6 @@ jobs:
run: |
curl -L "https://www.7-zip.org/a/7z2300-linux-x64.tar.xz" | tar xJ
sudo mv 7zz /usr/local/bin/7z
- name: πŸ› Debug Session
if: ${{ failure() }}
uses: Warpbuilds/[email protected]
- name: "\U0001F4E4 Checkout"
uses: actions/checkout@v4
- name: "\U0001F4E3 Override version_display.txt"
Expand Down Expand Up @@ -1066,6 +1063,9 @@ 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]
- name: "\U0001F199 Upload artifact"
if: ${{ inputs.TRIGGER_EVENT == 'workflow_dispatch' }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 34f1d0c

Please sign in to comment.