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:213752862ca95ecadeb59a6176c3db91a7864b3e " }'
7+ '{ "image": "ghcr.io/xrplf/clio-ci:b2be4b51d1d81548ca48e2f2b8f67356b880c96d " }'
88]
99LINUX_COMPILERS = ["gcc" , "clang" ]
1010
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:213752862ca95ecadeb59a6176c3db91a7864b3e " }' ,
48+ ' { "image": "ghcr.io/xrplf/clio-ci:b2be4b51d1d81548ca48e2f2b8f67356b880c96d " }' ,
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:213752862ca95ecadeb59a6176c3db91a7864b3e " }'
78+ container : ' { "image": "ghcr.io/xrplf/clio-ci:b2be4b51d1d81548ca48e2f2b8f67356b880c96d " }'
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:213752862ca95ecadeb59a6176c3db91a7864b3e " }'
97+ container : ' { "image": "ghcr.io/xrplf/clio-ci:b2be4b51d1d81548ca48e2f2b8f67356b880c96d " }'
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:213752862ca95ecadeb59a6176c3db91a7864b3e
114+ image : ghcr.io/xrplf/clio-ci:b2be4b51d1d81548ca48e2f2b8f67356b880c96d
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:213752862ca95ecadeb59a6176c3db91a7864b3e
20+ image : ghcr.io/xrplf/clio-ci:b2be4b51d1d81548ca48e2f2b8f67356b880c96d
2121
2222 steps :
2323 - uses : actions/checkout@v4
6767 needs : build
6868 runs-on : heavy
6969 container :
70- image : ghcr.io/xrplf/clio-ci:213752862ca95ecadeb59a6176c3db91a7864b3e
70+ image : ghcr.io/xrplf/clio-ci:b2be4b51d1d81548ca48e2f2b8f67356b880c96d
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:213752862ca95ecadeb59a6176c3db91a7864b3e
30+ image : ghcr.io/xrplf/clio-ci:b2be4b51d1d81548ca48e2f2b8f67356b880c96d
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:213752862ca95ecadeb59a6176c3db91a7864b3e
17+ image : ghcr.io/xrplf/clio-ci:b2be4b51d1d81548ca48e2f2b8f67356b880c96d
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:213752862ca95ecadeb59a6176c3db91a7864b3e " }'
42+ container : ' { "image": "ghcr.io/xrplf/clio-ci:b2be4b51d1d81548ca48e2f2b8f67356b880c96d " }'
4343 - os : heavy
4444 conan_profile : gcc
4545 build_type : Debug
4646 static : true
47- container : ' { "image": "ghcr.io/xrplf/clio-ci:213752862ca95ecadeb59a6176c3db91a7864b3e " }'
47+ container : ' { "image": "ghcr.io/xrplf/clio-ci:b2be4b51d1d81548ca48e2f2b8f67356b880c96d " }'
4848 - os : heavy
4949 conan_profile : gcc.ubsan
5050 build_type : Release
5151 static : false
52- container : ' { "image": "ghcr.io/xrplf/clio-ci:213752862ca95ecadeb59a6176c3db91a7864b3e " }'
52+ container : ' { "image": "ghcr.io/xrplf/clio-ci:b2be4b51d1d81548ca48e2f2b8f67356b880c96d " }'
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:213752862ca95ecadeb59a6176c3db91a7864b3e " }'
76+ container : ' { "image": "ghcr.io/xrplf/clio-ci:b2be4b51d1d81548ca48e2f2b8f67356b880c96d " }'
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/xrplf/clio-pre-commit:213752862ca95ecadeb59a6176c3db91a7864b3e " }'
14+ container : ' { "image": "ghcr.io/xrplf/clio-pre-commit:b2be4b51d1d81548ca48e2f2b8f67356b880c96d " }'
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:213752862ca95ecadeb59a6176c3db91a7864b3e " }'
32+ container : ' { "image": "ghcr.io/xrplf/clio-ci:b2be4b51d1d81548ca48e2f2b8f67356b880c96d " }'
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:213752862ca95ecadeb59a6176c3db91a7864b3e
45+ image : ghcr.io/xrplf/clio-ci:b2be4b51d1d81548ca48e2f2b8f67356b880c96d
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:213752862ca95ecadeb59a6176c3db91a7864b3e " }'
47+ container : ' { "image": "ghcr.io/xrplf/clio-ci:b2be4b51d1d81548ca48e2f2b8f67356b880c96d " }'
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