Skip to content

Commit 3db9ed7

Browse files
authored
Merge branch 'main' into fix_triggers
2 parents e27bb10 + e05b0c4 commit 3db9ed7

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

.github/workflows/cleanup.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ jobs:
1919
permissions:
2020
packages: write
2121
strategy:
22-
fail-fast: false
23-
matrix:
24-
image:
25-
- debian-bullseye
26-
- debian-bookworm
27-
- gcc
28-
- rhel-9.4
29-
- rhel-9.6
30-
- tools-rippled-clang-format
31-
- tools-rippled-documentation
32-
- tools-rippled-pre-commit
33-
- tools-rippled-prettier
34-
- ubuntu-jammy
35-
- ubuntu-noble
22+
fail-fast: false
23+
matrix:
24+
image:
25+
- debian-bullseye
26+
- debian-bookworm
27+
- gcc
28+
- rhel-9.4
29+
- rhel-9.6
30+
- tools-rippled-clang-format
31+
- tools-rippled-documentation
32+
- tools-rippled-pre-commit
33+
- tools-rippled-prettier
34+
- ubuntu-jammy
35+
- ubuntu-noble
3636
steps:
3737
- name: Cleanup images in the GitHub Container Registry
3838
uses: dataaxiom/ghcr-cleanup-action@cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4 # v1.0.16

.github/workflows/gcc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
9191
with:
9292
build-args: |
93-
BUILDKIT_DOCKERFILE_CHECK=skip=InvalidDefaultArgInFrom
94-
BUILDKIT_INLINE_CACHE=1
93+
BUILDKIT_DOCKERFILE_CHECK=skip=InvalidDefaultArgInFrom
94+
BUILDKIT_INLINE_CACHE=1
9595
context: .
9696
file: docker/gcc/Dockerfile.${{ matrix.os.compiler_version }}-${{ matrix.os.release }}
9797
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/rhel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
compiler_version: 14
6161
- release: 9
6262
compiler_name: clang
63-
compiler_version: 'any'
63+
compiler_version: "any"
6464
- release: 10
6565
compiler_name: clang
66-
compiler_version: 'any'
66+
compiler_version: "any"
6767
runs-on: ${{ matrix.architecture.runner }}
6868
permissions:
6969
packages: write
@@ -168,10 +168,10 @@ jobs:
168168
compiler_version: 14
169169
- release: 9
170170
compiler_name: clang
171-
compiler_version: 'any'
171+
compiler_version: "any"
172172
- release: 10
173173
compiler_name: clang
174-
compiler_version: 'any'
174+
compiler_version: "any"
175175
runs-on: ubuntu-24.04
176176
needs:
177177
- build

0 commit comments

Comments
 (0)