Skip to content

Commit

Permalink
CI: update jobs to use latest distro images
Browse files Browse the repository at this point in the history
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é <[email protected]>
  • Loading branch information
claudioandre-br committed Jan 7, 2024
1 parent ed6f0b0 commit becd229
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit becd229

Please sign in to comment.