From 76dfc5a80df1a4ac8fc5e35392bb7aa41484beea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claudio=20Andr=C3=A9?= Date: Sun, 7 Jan 2024 15:24:10 -0300 Subject: [PATCH] CI: update jobs to use latest distro images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wine tasks cannot be run under new Fedora images, but "normal" tasks must be updated. Likewise, OpenCL should also be updated (when possible). Signed-off-by: Claudio André --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e33cc30f173..844183c3e1b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,7 +33,7 @@ jobs: no-plugs: <<: *common_linux docker: - - image: claudioandre/john:opencl18 + - image: claudioandre/john:opencl environment: OMP_NUM_THREADS: 2 PLUGS: "none" @@ -43,7 +43,7 @@ jobs: encoding-cpu: <<: *common_linux docker: - - image: ghcr.io/openwall/john-ci:fedora.32 + - image: ghcr.io/claudioandre-br/john-ci:fedora.latest environment: OMP_NUM_THREADS: 2 ENCODING_TEST: "cpu" @@ -59,7 +59,7 @@ jobs: asan: <<: *common_linux docker: - - image: ghcr.io/openwall/john-ci:fedora.32 + - image: ghcr.io/claudioandre-br/john-ci:fedora.latest environment: OMP_NUM_THREADS: 2 ASAN_TEST: "yes" @@ -68,7 +68,7 @@ jobs: test-full: <<: *common_linux docker: - - image: ghcr.io/openwall/john-ci:fedora.32 + - image: ghcr.io/claudioandre-br/john-ci:fedora.latest environment: ASAN_TEST: "yes" FULL_TEST: "yes" @@ -77,7 +77,7 @@ jobs: fast-formats-omp: <<: *common_linux docker: - - image: ghcr.io/openwall/john-ci:fedora.32 + - image: ghcr.io/claudioandre-br/john-ci:fedora.latest environment: OMP_NUM_THREADS: 2 ASAN_TEST: "yes" @@ -87,7 +87,7 @@ jobs: fast-formats-omp-x-non-SIMD: <<: *common_linux docker: - - image: ghcr.io/openwall/john-ci:fedora.32 + - image: ghcr.io/claudioandre-br/john-ci:fedora.latest environment: OMP_NUM_THREADS: 2 ASAN_TEST: "yes"