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
+2 -2
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