From cfb744421724aeb0133de0c4b12709748255949c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claudio=20Andr=C3=A9?= Date: Sun, 28 Apr 2024 11:42:13 -0300 Subject: [PATCH] CI: use Docker images from the openwall repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Claudio André --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index beefea972f..2c5d3728fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,7 +43,7 @@ jobs: encoding-cpu: <<: *common_linux docker: - - image: ghcr.io/claudioandre-br/john-ci:fedora.latest + - image: ghcr.io/openwall/john-ci:fedora.latest environment: OMP_NUM_THREADS: 2 ENCODING_TEST: "cpu" @@ -59,7 +59,7 @@ jobs: asan: <<: *common_linux docker: - - image: ghcr.io/claudioandre-br/john-ci:fedora.latest + - image: ghcr.io/openwall/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/claudioandre-br/john-ci:fedora.latest + - image: ghcr.io/openwall/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/claudioandre-br/john-ci:fedora.latest + - image: ghcr.io/openwall/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/claudioandre-br/john-ci:fedora.latest + - image: ghcr.io/openwall/john-ci:fedora.latest environment: OMP_NUM_THREADS: 2 ASAN_TEST: "yes"