mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
ci: Use older win64 toolchain container for Windows arm64 builds
This commit is contained in:
committed by
mborgerson
parent
8c7de72b7a
commit
f4015c5ba2
@@ -17,7 +17,7 @@ jobs:
|
||||
arch: [x86_64, arm64]
|
||||
configuration: [debug, release]
|
||||
container:
|
||||
image: ghcr.io/xemu-project/xemu-win64-toolchain-${{ matrix.arch == 'x86_64' && 'gcc:sha-18018f1' || 'llvm:sha-18018f1' }}
|
||||
image: ghcr.io/xemu-project/xemu-win64-toolchain${{ matrix.arch == 'x86_64' && '-gcc:sha-18018f1' || ':sha-0d06ce8' }}
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
@@ -25,6 +25,8 @@ jobs:
|
||||
CCACHE_DIR: /tmp/xemu-ccache
|
||||
CCACHE_MAXSIZE: 512M
|
||||
LTO_CACHE_DIR: /tmp/xemu-lto-ccache
|
||||
CROSSPREFIX: ${{ matrix.arch == 'arm64' && 'aarch64' || 'x86_64' }}-w64-mingw32.static-
|
||||
CROSSAR: ${{ matrix.arch == 'arm64' && 'aarch64' || 'x86_64' }}-w64-mingw32.static-${{ matrix.arch == 'arm64' && 'ar' || 'gcc-ar' }}
|
||||
steps:
|
||||
- name: Download source package
|
||||
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
|
||||
|
||||
Reference in New Issue
Block a user