File tree Expand file tree Collapse file tree 16 files changed +29
-32
lines changed
Expand file tree Collapse file tree 16 files changed +29
-32
lines changed Original file line number Diff line number Diff line change 44
55LINUX_OS = ["heavy" , "heavy-arm64" ]
66LINUX_CONTAINERS = [
7- '{ "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
7+ '{ "image": "ghcr.io/xrplf/clio-ci:14342e087ceb8b593027198bf9ef06a43833c696 " }'
88]
99LINUX_COMPILERS = ["gcc" , "clang" ]
1010
Original file line number Diff line number Diff line change 4949 build_type : [Release, Debug]
5050 container :
5151 [
52- ' { "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }' ,
52+ ' { "image": "ghcr.io/xrplf/clio-ci:14342e087ceb8b593027198bf9ef06a43833c696 " }' ,
5353 ]
5454 static : [true]
5555
7979 uses : ./.github/workflows/reusable-build.yml
8080 with :
8181 runs_on : heavy
82- container : ' { "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
82+ container : ' { "image": "ghcr.io/xrplf/clio-ci:14342e087ceb8b593027198bf9ef06a43833c696 " }'
8383 conan_profile : gcc
8484 build_type : Debug
8585 download_ccache : true
9797 needs : build-and-test
9898 runs-on : heavy
9999 container :
100- image : ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f
100+ image : ghcr.io/xrplf/clio-ci:14342e087ceb8b593027198bf9ef06a43833c696
101101
102102 steps :
103103 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
2121 name : Build Clio / `libXRPL ${{ github.event.client_payload.version }}`
2222 runs-on : heavy
2323 container :
24- image : ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f
24+ image : ghcr.io/xrplf/clio-ci:14342e087ceb8b593027198bf9ef06a43833c696
2525
2626 steps :
2727 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2828 with :
2929 fetch-depth : 0
3030
3131 - name : Prepare runner
32- uses : XRPLF/actions/prepare-runner@65da1c59e81965eeb257caa3587b9d45066fb925
32+ uses : XRPLF/actions/prepare-runner@f05cab7b8541eee6473aa42beb9d2fe35608a190
3333 with :
3434 enable_ccache : false
3535
6969 needs : build
7070 runs-on : heavy
7171 container :
72- image : ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f
72+ image : ghcr.io/xrplf/clio-ci:14342e087ceb8b593027198bf9ef06a43833c696
7373
7474 steps :
7575 - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
Original file line number Diff line number Diff line change 3131 if : github.event_name != 'push' || contains(github.event.head_commit.message, 'clang-tidy auto fixes')
3232 runs-on : heavy
3333 container :
34- image : ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f
34+ image : ghcr.io/xrplf/clio-ci:14342e087ceb8b593027198bf9ef06a43833c696
3535
3636 permissions :
3737 contents : write
4444 fetch-depth : 0
4545
4646 - name : Prepare runner
47- uses : XRPLF/actions/prepare-runner@65da1c59e81965eeb257caa3587b9d45066fb925
47+ uses : XRPLF/actions/prepare-runner@f05cab7b8541eee6473aa42beb9d2fe35608a190
4848 with :
4949 enable_ccache : false
5050
Original file line number Diff line number Diff line change 1818 build :
1919 runs-on : ubuntu-latest
2020 container :
21- image : ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f
21+ image : ghcr.io/xrplf/clio-ci:14342e087ceb8b593027198bf9ef06a43833c696
2222
2323 steps :
2424 - name : Checkout
2727 lfs : true
2828
2929 - name : Prepare runner
30- uses : XRPLF/actions/prepare-runner@65da1c59e81965eeb257caa3587b9d45066fb925
30+ uses : XRPLF/actions/prepare-runner@f05cab7b8541eee6473aa42beb9d2fe35608a190
3131 with :
3232 enable_ccache : false
3333
Original file line number Diff line number Diff line change @@ -55,17 +55,17 @@ jobs:
5555 conan_profile : gcc
5656 build_type : Release
5757 static : true
58- container : ' { "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
58+ container : ' { "image": "ghcr.io/xrplf/clio-ci:14342e087ceb8b593027198bf9ef06a43833c696 " }'
5959 - os : heavy
6060 conan_profile : gcc
6161 build_type : Debug
6262 static : true
63- container : ' { "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
63+ container : ' { "image": "ghcr.io/xrplf/clio-ci:14342e087ceb8b593027198bf9ef06a43833c696 " }'
6464 - os : heavy
6565 conan_profile : gcc.ubsan
6666 build_type : Release
6767 static : false
68- container : ' { "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
68+ container : ' { "image": "ghcr.io/xrplf/clio-ci:14342e087ceb8b593027198bf9ef06a43833c696 " }'
6969
7070 uses : ./.github/workflows/reusable-build-test.yml
7171 with :
8888 uses : ./.github/workflows/reusable-build.yml
8989 with :
9090 runs_on : heavy
91- container : ' { "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
91+ container : ' { "image": "ghcr.io/xrplf/clio-ci:14342e087ceb8b593027198bf9ef06a43833c696 " }'
9292 conan_profile : gcc
9393 build_type : Release
9494 download_ccache : false
@@ -111,7 +111,7 @@ jobs:
111111 include :
112112 - os : heavy
113113 conan_profile : clang
114- container : ' { "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
114+ container : ' { "image": "ghcr.io/xrplf/clio-ci:14342e087ceb8b593027198bf9ef06a43833c696 " }'
115115 static : true
116116 - os : macos15
117117 conan_profile : apple-clang
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 auto-update :
15- uses : XRPLF/actions/.github/workflows/pre-commit-autoupdate.yml@afbcbdafbe0ce5439492fb87eda6441371086386
15+ uses : XRPLF/actions/.github/workflows/pre-commit-autoupdate.yml@ad4ab1ae5a54a4bab0e87294c31fc0729f788b2b
1616 with :
1717 sign_commit : true
1818 committer : " Clio CI <skuznetsov@ripple.com>"
Original file line number Diff line number Diff line change 88
99jobs :
1010 run-hooks :
11- uses : XRPLF/actions/.github/workflows/pre-commit.yml@5ca417783f0312ab26d6f48b85c78edf1de99bbd
11+ uses : XRPLF/actions/.github/workflows/pre-commit.yml@282890f46d6921249d5659dd38babcb0bd8aef48
1212 with :
1313 runs_on : heavy
14- container : ' { "image": "ghcr.io/xrplf/clio-pre-commit:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
14+ container : ' { "image": "ghcr.io/xrplf/clio-pre-commit:14342e087ceb8b593027198bf9ef06a43833c696 " }'
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:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
32+ container : ' { "image": "ghcr.io/xrplf/clio-ci:14342e087ceb8b593027198bf9ef06a43833c696 " }'
3333
3434 uses : ./.github/workflows/reusable-build-test.yml
3535 with :
5151 uses : ./.github/workflows/reusable-build.yml
5252 with :
5353 runs_on : heavy
54- container : ' { "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
54+ container : ' { "image": "ghcr.io/xrplf/clio-ci:14342e087ceb8b593027198bf9ef06a43833c696 " }'
5555 conan_profile : gcc
5656 build_type : Release
5757 download_ccache : false
Original file line number Diff line number Diff line change 9595 fetch-depth : 0
9696
9797 - name : Prepare runner
98- uses : XRPLF/actions/prepare-runner@65da1c59e81965eeb257caa3587b9d45066fb925
98+ uses : XRPLF/actions/prepare-runner@f05cab7b8541eee6473aa42beb9d2fe35608a190
9999 with :
100100 enable_ccache : ${{ inputs.download_ccache }}
101101
You can’t perform that action at this time.
0 commit comments