Update docker for llvm 19

This commit is contained in:
Megamouse 2025-02-02 08:07:07 +01:00
parent 17b75cd010
commit 2897297252
2 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,7 @@ env:
# linux_task:
# container:
# image: rpcs3/rpcs3-ci-focal:1.9
# image: rpcs3/rpcs3-ci-jammy:1.0
# cpu: 4
# memory: 16G
# env:
@ -132,7 +132,7 @@ linux_aarch64_task:
matrix:
- name: Cirrus Linux AArch64 Clang
arm_container:
image: 'docker.io/rpcs3/rpcs3-ci-focal-aarch64:1.0'
image: 'docker.io/rpcs3/rpcs3-ci-jammy-aarch64:1.0'
cpu: 8
memory: 8G
clang_script:

View file

@ -38,13 +38,13 @@ jobs:
displayName: ccache
- bash: |
docker pull --quiet rpcs3/rpcs3-ci-focal:1.9
docker pull --quiet rpcs3/rpcs3-ci-jammy:1.0
docker run \
-v $(pwd):/rpcs3 \
--env-file .ci/docker.env \
-v $CCACHE_DIR:/root/.ccache \
-v $BUILD_ARTIFACTSTAGINGDIRECTORY:/root/artifacts \
rpcs3/rpcs3-ci-focal:1.9 \
rpcs3/rpcs3-ci-jammy:1.0 \
/rpcs3/.ci/build-linux.sh
displayName: Docker setup and build