Use :lg instance and bypass cache

This commit is contained in:
dcvz 2024-09-30 13:42:58 +02:00
parent 688489f283
commit 11ba224271

View File

@ -22,7 +22,7 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
build-linux: build-linux:
runs-on: ${{ format('blaze/{0}-amd64', matrix.os) }} runs-on: ${{ format('blaze/{0}-amd64:lg', matrix.os) }}
container: container:
image: dcvz/n64recomp:ubuntu-18.04 image: dcvz/n64recomp:ubuntu-18.04
volumes: volumes:
@ -47,7 +47,7 @@ jobs:
- name: ccache - name: ccache
uses: hendrikmuhs/ccache-action@v1.2 uses: hendrikmuhs/ccache-action@v1.2
with: with:
key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64-${{ inputs.N64RECOMP_COMMIT }}-x key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64-${{ inputs.N64RECOMP_COMMIT }}-xy
- name: Prepare Build - name: Prepare Build
run: |- run: |-
git clone ${{ secrets.ZRE_REPO_WITH_PAT }} git clone ${{ secrets.ZRE_REPO_WITH_PAT }}
@ -108,7 +108,7 @@ jobs:
name: Zelda64Recompiled-AppImage-X64-${{ matrix.type }} name: Zelda64Recompiled-AppImage-X64-${{ matrix.type }}
path: Zelda64Recompiled-*.AppImage path: Zelda64Recompiled-*.AppImage
build-linux-arm64: build-linux-arm64:
runs-on: ${{ format('blaze/{0}', matrix.os) }} runs-on: ${{ format('blaze/{0}:lg', matrix.os) }}
strategy: strategy:
matrix: matrix:
type: [ Debug, Release ] type: [ Debug, Release ]
@ -123,7 +123,7 @@ jobs:
- name: ccache - name: ccache
uses: hendrikmuhs/ccache-action@v1.2 uses: hendrikmuhs/ccache-action@v1.2
with: with:
key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-arm64-${{ inputs.N64RECOMP_COMMIT }}-x key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-arm64-${{ inputs.N64RECOMP_COMMIT }}-xy
- name: Install Linux Dependencies - name: Install Linux Dependencies
run: | run: |
sudo apt-get update sudo apt-get update
@ -210,7 +210,7 @@ jobs:
- name: ccache - name: ccache
uses: hendrikmuhs/ccache-action@v1.2 uses: hendrikmuhs/ccache-action@v1.2
with: with:
key: ${{ runner.os }}-z64re-ccache-${{ matrix.type }}-x key: ${{ runner.os }}-z64re-ccache-${{ matrix.type }}-xy
- name: Install Windows Dependencies - name: Install Windows Dependencies
run: | run: |
choco install ninja choco install ninja