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 44
55LINUX_OS = ["heavy" , "heavy-arm64" ]
66LINUX_CONTAINERS = [
7- '{ "image": "ghcr.io/xrplf/clio-ci:77387d8f9f13aea8f23831d221ac3e7683bb69b7 " }'
7+ '{ "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
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:77387d8f9f13aea8f23831d221ac3e7683bb69b7 " }' ,
52+ ' { "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }' ,
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:77387d8f9f13aea8f23831d221ac3e7683bb69b7 " }'
82+ container : ' { "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
8383 conan_profile : gcc
8484 build_type : Debug
8585 download_ccache : true
9898 uses : ./.github/workflows/reusable-build.yml
9999 with :
100100 runs_on : heavy
101- container : ' { "image": "ghcr.io/xrplf/clio-ci:77387d8f9f13aea8f23831d221ac3e7683bb69b7 " }'
101+ container : ' { "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
102102 conan_profile : gcc
103103 build_type : Release
104104 download_ccache : true
@@ -115,7 +115,7 @@ jobs:
115115 needs : build-and-test
116116 runs-on : heavy
117117 container :
118- image : ghcr.io/xrplf/clio-ci:77387d8f9f13aea8f23831d221ac3e7683bb69b7
118+ image : ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f
119119
120120 steps :
121121 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
Original file line number Diff line number Diff line change 2121 name : Build Clio / `libXRPL ${{ github.event.client_payload.version }}`
2222 runs-on : heavy
2323 container :
24- image : ghcr.io/xrplf/clio-ci:77387d8f9f13aea8f23831d221ac3e7683bb69b7
24+ image : ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f
2525
2626 steps :
2727 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6969 needs : build
7070 runs-on : heavy
7171 container :
72- image : ghcr.io/xrplf/clio-ci:77387d8f9f13aea8f23831d221ac3e7683bb69b7
72+ image : ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f
7373
7474 steps :
7575 - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.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:77387d8f9f13aea8f23831d221ac3e7683bb69b7
34+ image : ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f
3535
3636 permissions :
3737 contents : write
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:77387d8f9f13aea8f23831d221ac3e7683bb69b7
21+ image : ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f
2222
2323 steps :
2424 - name : Checkout
Original file line number Diff line number Diff line change @@ -43,17 +43,17 @@ jobs:
4343 conan_profile : gcc
4444 build_type : Release
4545 static : true
46- container : ' { "image": "ghcr.io/xrplf/clio-ci:77387d8f9f13aea8f23831d221ac3e7683bb69b7 " }'
46+ container : ' { "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
4747 - os : heavy
4848 conan_profile : gcc
4949 build_type : Debug
5050 static : true
51- container : ' { "image": "ghcr.io/xrplf/clio-ci:77387d8f9f13aea8f23831d221ac3e7683bb69b7 " }'
51+ container : ' { "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
5252 - os : heavy
5353 conan_profile : gcc.ubsan
5454 build_type : Release
5555 static : false
56- container : ' { "image": "ghcr.io/xrplf/clio-ci:77387d8f9f13aea8f23831d221ac3e7683bb69b7 " }'
56+ container : ' { "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
5757
5858 uses : ./.github/workflows/reusable-build-test.yml
5959 with :
7777 include :
7878 - os : heavy
7979 conan_profile : clang
80- container : ' { "image": "ghcr.io/xrplf/clio-ci:77387d8f9f13aea8f23831d221ac3e7683bb69b7 " }'
80+ container : ' { "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
8181 static : true
8282 - os : macos15
8383 conan_profile : apple-clang
Original file line number Diff line number Diff line change 1111 uses : XRPLF/actions/.github/workflows/pre-commit.yml@34790936fae4c6c751f62ec8c06696f9c1a5753a
1212 with :
1313 runs_on : heavy
14- container : ' { "image": "ghcr.io/xrplf/clio-pre-commit:c117f470f2ef954520ab5d1c8a5ed2b9e68d6f8a " }'
14+ container : ' { "image": "ghcr.io/xrplf/clio-pre-commit:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
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:77387d8f9f13aea8f23831d221ac3e7683bb69b7 " }'
32+ container : ' { "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
3333
3434 uses : ./.github/workflows/reusable-build-test.yml
3535 with :
Original file line number Diff line number Diff line change 4646 release :
4747 runs-on : heavy
4848 container :
49- image : ghcr.io/xrplf/clio-ci:77387d8f9f13aea8f23831d221ac3e7683bb69b7
49+ image : ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f
5050 env :
5151 GH_REPO : ${{ github.repository }}
5252 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:77387d8f9f13aea8f23831d221ac3e7683bb69b7 " }'
47+ container : ' { "image": "ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f " }'
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