Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ jobs:
permissions:
packages: write
strategy:
fail-fast: false
matrix:
image:
- debian-bullseye
- debian-bookworm
- gcc
- rhel-9.4
- rhel-9.6
- tools-rippled-clang-format
- tools-rippled-documentation
- tools-rippled-pre-commit
- tools-rippled-prettier
- ubuntu-jammy
- ubuntu-noble
fail-fast: false
matrix:
image:
- debian-bullseye
- debian-bookworm
- gcc
- rhel-9.4
- rhel-9.6
- tools-rippled-clang-format
- tools-rippled-documentation
- tools-rippled-pre-commit
- tools-rippled-prettier
- ubuntu-jammy
- ubuntu-noble
steps:
- name: Cleanup images in the GitHub Container Registry
uses: dataaxiom/ghcr-cleanup-action@cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4 # v1.0.16
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
build-args: |
BUILDKIT_DOCKERFILE_CHECK=skip=InvalidDefaultArgInFrom
BUILDKIT_INLINE_CACHE=1
BUILDKIT_DOCKERFILE_CHECK=skip=InvalidDefaultArgInFrom
BUILDKIT_INLINE_CACHE=1
context: .
file: docker/gcc/Dockerfile.${{ matrix.os.compiler_version }}-${{ matrix.os.release }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
compiler_version: 14
- release: 9
compiler_name: clang
compiler_version: 'any'
compiler_version: "any"
- release: 10
compiler_name: clang
compiler_version: 'any'
compiler_version: "any"
runs-on: ${{ matrix.architecture.runner }}
permissions:
packages: write
Expand Down Expand Up @@ -159,10 +159,10 @@ jobs:
compiler_version: 14
- release: 9
compiler_name: clang
compiler_version: 'any'
compiler_version: "any"
- release: 10
compiler_name: clang
compiler_version: 'any'
compiler_version: "any"
runs-on: ubuntu-24.04
needs:
- build
Expand Down