Skip to content

Commit

Permalink
CI: use Docker images from the openwall repository
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio André <dev@claudioandre.slmail.me>
  • Loading branch information
claudioandre-br authored and solardiz committed Apr 28, 2024
1 parent 06049b7 commit cfb7444
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit cfb7444

Please sign in to comment.