Skip to content

Commit 34bc726

Browse files
committed
update build image
1 parent 46c9665 commit 34bc726

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

.github/scripts/conan/generate_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import json
44

55
LINUX_OS = ["heavy", "heavy-arm64"]
6-
LINUX_CONTAINERS = ['{ "image": "ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430" }']
6+
LINUX_CONTAINERS = ['{ "image": "ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d" }']
77
LINUX_COMPILERS = ["gcc", "clang"]
88

99
MACOS_OS = ["macos15"]

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
build_type: [Release, Debug]
4646
container:
4747
[
48-
'{ "image": "ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430" }',
48+
'{ "image": "ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d" }',
4949
]
5050
static: [true]
5151

@@ -73,7 +73,7 @@ jobs:
7373
uses: ./.github/workflows/build_impl.yml
7474
with:
7575
runs_on: heavy
76-
container: '{ "image": "ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430" }'
76+
container: '{ "image": "ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d" }'
7777
conan_profile: gcc
7878
build_type: Debug
7979
disable_cache: false
@@ -90,7 +90,7 @@ jobs:
9090
needs: build-and-test
9191
runs-on: heavy
9292
container:
93-
image: ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430
93+
image: ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d
9494

9595
steps:
9696
- uses: actions/checkout@v4

.github/workflows/check_libxrpl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Build Clio / `libXRPL ${{ github.event.client_payload.version }}`
1818
runs-on: heavy
1919
container:
20-
image: ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430
20+
image: ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d
2121

2222
steps:
2323
- uses: actions/checkout@v4
@@ -62,7 +62,7 @@ jobs:
6262
needs: build
6363
runs-on: heavy
6464
container:
65-
image: ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430
65+
image: ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d
6666

6767
steps:
6868
- uses: actions/download-artifact@v5

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
clang_tidy:
2525
runs-on: heavy
2626
container:
27-
image: ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430
27+
image: ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d
2828

2929
permissions:
3030
contents: write

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
container:
17-
image: ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430
17+
image: ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d
1818

1919
steps:
2020
- name: Checkout

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ jobs:
3939
conan_profile: gcc
4040
build_type: Release
4141
static: true
42-
container: '{ "image": "ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430" }'
42+
container: '{ "image": "ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d" }'
4343
- os: heavy
4444
conan_profile: gcc
4545
build_type: Debug
4646
static: true
47-
container: '{ "image": "ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430" }'
47+
container: '{ "image": "ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d" }'
4848
- os: heavy
4949
conan_profile: gcc.ubsan
5050
build_type: Release
5151
static: false
52-
container: '{ "image": "ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430" }'
52+
container: '{ "image": "ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d" }'
5353

5454
uses: ./.github/workflows/build_and_test.yml
5555
with:
@@ -72,7 +72,7 @@ jobs:
7272
include:
7373
- os: heavy
7474
conan_profile: clang
75-
container: '{ "image": "ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430" }'
75+
container: '{ "image": "ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d" }'
7676
static: true
7777
- os: macos15
7878
conan_profile: apple-clang

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
run-hooks:
1111
runs-on: heavy
1212
container:
13-
image: ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430
13+
image: ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d
1414

1515
steps:
1616
- name: Checkout Repo ⚡️

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
conan_profile: gcc
3030
build_type: Release
3131
static: true
32-
container: '{ "image": "ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430" }'
32+
container: '{ "image": "ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d" }'
3333

3434
uses: ./.github/workflows/build_and_test.yml
3535
with:

.github/workflows/release_impl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
release:
4343
runs-on: heavy
4444
container:
45-
image: ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430
45+
image: ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d
4646
env:
4747
GH_REPO: ${{ github.repository }}
4848
GH_TOKEN: ${{ github.token }}

.github/workflows/sanitizers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: ./.github/workflows/build_and_test.yml
4545
with:
4646
runs_on: heavy
47-
container: '{ "image": "ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430" }'
47+
container: '{ "image": "ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d" }'
4848
disable_cache: true
4949
conan_profile: ${{ matrix.compiler }}${{ matrix.sanitizer_ext }}
5050
build_type: ${{ matrix.build_type }}

0 commit comments

Comments
 (0)