Use focal-1.8 docker image for linux

This commit is contained in:
kd-11 2024-09-02 22:55:20 +03:00
parent c4b0f21cc3
commit 35f825b62f

View File

@ -38,13 +38,13 @@ jobs:
displayName: ccache
- bash: |
docker pull --quiet rpcs3/rpcs3-ci-focal:1.7
docker pull --quiet rpcs3/rpcs3-ci-focal:1.8
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.7 \
rpcs3/rpcs3-ci-focal:1.8 \
/rpcs3/.ci/build-linux.sh
displayName: Docker setup and build