Skip to content

Commit

Permalink
ci: Use fedora:latest containers everywhere
Browse files Browse the repository at this point in the history
Using latest and rawhide in different jobs caused different cache issues
where the rust built code did not work on consequent CI runs.

Using only fedora:latest container image should solve this issue.

Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje committed Oct 31, 2024
1 parent bffd699 commit 1b4fcef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
test: [libssh, httpd]
name: ${{ matrix.test }}
container: fedora:rawhide
container: fedora:latest
env:
PKCS11_MODULE: /usr/lib64/ossl-modules/pkcs11.so
steps:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
test-bind:
name: bind
runs-on: ubuntu-22.04
container: fedora:rawhide
container: fedora:latest
steps:
- name: Get Date for DNF cache entry
id: get-date
Expand Down

0 comments on commit 1b4fcef

Please sign in to comment.