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

View file

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