mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
Update docker to 1.6
Some checks are pending
Generate Translation Template / Generate Translation Template (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04 gcc (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04-arm clang (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04 clang (push) Waiting to run
Build RPCS3 / RPCS3 Windows (push) Waiting to run
Some checks are pending
Generate Translation Template / Generate Translation Template (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04 gcc (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04-arm clang (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04 clang (push) Waiting to run
Build RPCS3 / RPCS3 Windows (push) Waiting to run
This commit is contained in:
parent
024949f17e
commit
b1b9310a50
3 changed files with 7 additions and 7 deletions
|
@ -58,7 +58,7 @@ env:
|
||||||
|
|
||||||
# linux_task:
|
# linux_task:
|
||||||
# container:
|
# container:
|
||||||
# image: rpcs3/rpcs3-ci-jammy:1.5
|
# image: rpcs3/rpcs3-ci-jammy:1.6
|
||||||
# cpu: 4
|
# cpu: 4
|
||||||
# memory: 16G
|
# memory: 16G
|
||||||
# env:
|
# env:
|
||||||
|
@ -134,7 +134,7 @@ freebsd_task:
|
||||||
# matrix:
|
# matrix:
|
||||||
# - name: Cirrus Linux AArch64 Clang
|
# - name: Cirrus Linux AArch64 Clang
|
||||||
# arm_container:
|
# arm_container:
|
||||||
# image: 'docker.io/rpcs3/rpcs3-ci-jammy-aarch64:1.5'
|
# image: 'docker.io/rpcs3/rpcs3-ci-jammy-aarch64:1.6'
|
||||||
# cpu: 8
|
# cpu: 8
|
||||||
# memory: 8G
|
# memory: 8G
|
||||||
# clang_script:
|
# clang_script:
|
||||||
|
|
6
.github/workflows/rpcs3.yml
vendored
6
.github/workflows/rpcs3.yml
vendored
|
@ -29,17 +29,17 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-24.04
|
- os: ubuntu-24.04
|
||||||
docker_img: "rpcs3/rpcs3-ci-jammy:1.5"
|
docker_img: "rpcs3/rpcs3-ci-jammy:1.6"
|
||||||
build_sh: "/rpcs3/.ci/build-linux.sh"
|
build_sh: "/rpcs3/.ci/build-linux.sh"
|
||||||
compiler: clang
|
compiler: clang
|
||||||
UPLOAD_COMMIT_HASH: d812f1254a1157c80fd402f94446310560f54e5f
|
UPLOAD_COMMIT_HASH: d812f1254a1157c80fd402f94446310560f54e5f
|
||||||
UPLOAD_REPO_FULL_NAME: "rpcs3/rpcs3-binaries-linux"
|
UPLOAD_REPO_FULL_NAME: "rpcs3/rpcs3-binaries-linux"
|
||||||
- os: ubuntu-24.04
|
- os: ubuntu-24.04
|
||||||
docker_img: "rpcs3/rpcs3-ci-jammy:1.5"
|
docker_img: "rpcs3/rpcs3-ci-jammy:1.6"
|
||||||
build_sh: "/rpcs3/.ci/build-linux.sh"
|
build_sh: "/rpcs3/.ci/build-linux.sh"
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
- os: ubuntu-24.04-arm
|
- os: ubuntu-24.04-arm
|
||||||
docker_img: "rpcs3/rpcs3-ci-jammy-aarch64:1.5"
|
docker_img: "rpcs3/rpcs3-ci-jammy-aarch64:1.6"
|
||||||
build_sh: "/rpcs3/.ci/build-linux-aarch64.sh"
|
build_sh: "/rpcs3/.ci/build-linux-aarch64.sh"
|
||||||
compiler: clang
|
compiler: clang
|
||||||
UPLOAD_COMMIT_HASH: a1d35836e8d45bfc6f63c26f0a3e5d46ef622fe1
|
UPLOAD_COMMIT_HASH: a1d35836e8d45bfc6f63c26f0a3e5d46ef622fe1
|
||||||
|
|
|
@ -40,13 +40,13 @@ jobs:
|
||||||
# displayName: ccache
|
# displayName: ccache
|
||||||
|
|
||||||
# - bash: |
|
# - bash: |
|
||||||
# docker pull --quiet rpcs3/rpcs3-ci-jammy:1.5
|
# docker pull --quiet rpcs3/rpcs3-ci-jammy:1.6
|
||||||
# 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-jammy:1.5 \
|
# rpcs3/rpcs3-ci-jammy:1.6 \
|
||||||
# /rpcs3/.ci/build-linux.sh
|
# /rpcs3/.ci/build-linux.sh
|
||||||
# displayName: Docker setup and build
|
# displayName: Docker setup and build
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue