File tree Expand file tree Collapse file tree 12 files changed +19
-19
lines changed
Expand file tree Collapse file tree 12 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 33import json
44
55LINUX_OS = ["heavy" , "heavy-arm64" ]
6- LINUX_CONTAINERS = ['{ "image": "ghcr.io/xrplf/clio-ci:1e2f4b5ca21213c47ef5e112b7a1aaa849652d84 " }' ]
6+ LINUX_CONTAINERS = ['{ "image": "ghcr.io/xrplf/clio-ci:3c1811233a2d3222cbb70ce17bae92c448756bfe " }' ]
77LINUX_COMPILERS = ["gcc" , "clang" ]
88
99MACOS_OS = ["macos15" ]
Original file line number Diff line number Diff line change 4545 build_type : [Release, Debug]
4646 container :
4747 [
48- ' { "image": "ghcr.io/xrplf/clio-ci:1e2f4b5ca21213c47ef5e112b7a1aaa849652d84 " }' ,
48+ ' { "image": "ghcr.io/xrplf/clio-ci:3c1811233a2d3222cbb70ce17bae92c448756bfe " }' ,
4949 ]
5050 static : [true]
5151
7575 uses : ./.github/workflows/reusable-build.yml
7676 with :
7777 runs_on : heavy
78- container : ' { "image": "ghcr.io/xrplf/clio-ci:1e2f4b5ca21213c47ef5e112b7a1aaa849652d84 " }'
78+ container : ' { "image": "ghcr.io/xrplf/clio-ci:3c1811233a2d3222cbb70ce17bae92c448756bfe " }'
7979 conan_profile : gcc
8080 build_type : Debug
8181 download_ccache : true
9494 uses : ./.github/workflows/reusable-build.yml
9595 with :
9696 runs_on : heavy
97- container : ' { "image": "ghcr.io/xrplf/clio-ci:1e2f4b5ca21213c47ef5e112b7a1aaa849652d84 " }'
97+ container : ' { "image": "ghcr.io/xrplf/clio-ci:3c1811233a2d3222cbb70ce17bae92c448756bfe " }'
9898 conan_profile : gcc
9999 build_type : Release
100100 download_ccache : true
@@ -111,7 +111,7 @@ jobs:
111111 needs : build-and-test
112112 runs-on : heavy
113113 container :
114- image : ghcr.io/xrplf/clio-ci:1e2f4b5ca21213c47ef5e112b7a1aaa849652d84
114+ image : ghcr.io/xrplf/clio-ci:3c1811233a2d3222cbb70ce17bae92c448756bfe
115115
116116 steps :
117117 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1717 name : Build Clio / `libXRPL ${{ github.event.client_payload.version }}`
1818 runs-on : heavy
1919 container :
20- image : ghcr.io/xrplf/clio-ci:1e2f4b5ca21213c47ef5e112b7a1aaa849652d84
20+ image : ghcr.io/xrplf/clio-ci:3c1811233a2d3222cbb70ce17bae92c448756bfe
2121
2222 steps :
2323 - uses : actions/checkout@v4
6767 needs : build
6868 runs-on : heavy
6969 container :
70- image : ghcr.io/xrplf/clio-ci:1e2f4b5ca21213c47ef5e112b7a1aaa849652d84
70+ image : ghcr.io/xrplf/clio-ci:3c1811233a2d3222cbb70ce17bae92c448756bfe
7171
7272 steps :
7373 - uses : actions/download-artifact@v5
Original file line number Diff line number Diff line change 2727 if : github.event_name != 'push' || contains(github.event.head_commit.message, 'clang-tidy auto fixes')
2828 runs-on : heavy
2929 container :
30- image : ghcr.io/xrplf/clio-ci:1e2f4b5ca21213c47ef5e112b7a1aaa849652d84
30+ image : ghcr.io/xrplf/clio-ci:3c1811233a2d3222cbb70ce17bae92c448756bfe
3131
3232 permissions :
3333 contents : write
Original file line number Diff line number Diff line change 1414 build :
1515 runs-on : ubuntu-latest
1616 container :
17- image : ghcr.io/xrplf/clio-ci:1e2f4b5ca21213c47ef5e112b7a1aaa849652d84
17+ image : ghcr.io/xrplf/clio-ci:3c1811233a2d3222cbb70ce17bae92c448756bfe
1818
1919 steps :
2020 - name : Checkout
Original file line number Diff line number Diff 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:1e2f4b5ca21213c47ef5e112b7a1aaa849652d84 " }'
42+ container : ' { "image": "ghcr.io/xrplf/clio-ci:3c1811233a2d3222cbb70ce17bae92c448756bfe " }'
4343 - os : heavy
4444 conan_profile : gcc
4545 build_type : Debug
4646 static : true
47- container : ' { "image": "ghcr.io/xrplf/clio-ci:1e2f4b5ca21213c47ef5e112b7a1aaa849652d84 " }'
47+ container : ' { "image": "ghcr.io/xrplf/clio-ci:3c1811233a2d3222cbb70ce17bae92c448756bfe " }'
4848 - os : heavy
4949 conan_profile : gcc.ubsan
5050 build_type : Release
5151 static : false
52- container : ' { "image": "ghcr.io/xrplf/clio-ci:1e2f4b5ca21213c47ef5e112b7a1aaa849652d84 " }'
52+ container : ' { "image": "ghcr.io/xrplf/clio-ci:3c1811233a2d3222cbb70ce17bae92c448756bfe " }'
5353
5454 uses : ./.github/workflows/reusable-build-test.yml
5555 with :
7373 include :
7474 - os : heavy
7575 conan_profile : clang
76- container : ' { "image": "ghcr.io/xrplf/clio-ci:1e2f4b5ca21213c47ef5e112b7a1aaa849652d84 " }'
76+ container : ' { "image": "ghcr.io/xrplf/clio-ci:3c1811233a2d3222cbb70ce17bae92c448756bfe " }'
7777 static : true
7878 - os : macos15
7979 conan_profile : apple-clang
Original file line number Diff line number Diff line change 1111 uses : XRPLF/actions/.github/workflows/pre-commit.yml@afbcbdafbe0ce5439492fb87eda6441371086386
1212 with :
1313 runs_on : heavy
14- container : ' { "image": "ghcr.io/mathbunnyru/clio-pre-commit:9048e919abc08de0e7055a0a9704b162295892f9 " }'
14+ container : ' { "image": "ghcr.io/mathbunnyru/clio-pre-commit:3c1811233a2d3222cbb70ce17bae92c448756bfe " }'
Original file line number Diff line number Diff line change 2929 conan_profile : gcc
3030 build_type : Release
3131 static : true
32- container : ' { "image": "ghcr.io/xrplf/clio-ci:1e2f4b5ca21213c47ef5e112b7a1aaa849652d84 " }'
32+ container : ' { "image": "ghcr.io/xrplf/clio-ci:3c1811233a2d3222cbb70ce17bae92c448756bfe " }'
3333
3434 uses : ./.github/workflows/reusable-build-test.yml
3535 with :
Original file line number Diff line number Diff line change 4242 release :
4343 runs-on : heavy
4444 container :
45- image : ghcr.io/xrplf/clio-ci:1e2f4b5ca21213c47ef5e112b7a1aaa849652d84
45+ image : ghcr.io/xrplf/clio-ci:3c1811233a2d3222cbb70ce17bae92c448756bfe
4646 env :
4747 GH_REPO : ${{ github.repository }}
4848 GH_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 4444 uses : ./.github/workflows/reusable-build-test.yml
4545 with :
4646 runs_on : heavy
47- container : ' { "image": "ghcr.io/xrplf/clio-ci:1e2f4b5ca21213c47ef5e112b7a1aaa849652d84 " }'
47+ container : ' { "image": "ghcr.io/xrplf/clio-ci:3c1811233a2d3222cbb70ce17bae92c448756bfe " }'
4848 download_ccache : false
4949 upload_ccache : false
5050 conan_profile : ${{ matrix.compiler }}${{ matrix.sanitizer_ext }}
You can’t perform that action at this time.
0 commit comments