File tree Expand file tree Collapse file tree 12 files changed +18
-18
lines changed
Expand file tree Collapse file tree 12 files changed +18
-18
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:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430 " }' ]
6+ LINUX_CONTAINERS = ['{ "image": "ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d " }' ]
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:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430 " }' ,
48+ ' { "image": "ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d " }' ,
4949 ]
5050 static : [true]
5151
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
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
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:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430
20+ image : ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d
2121
2222 steps :
2323 - uses : actions/checkout@v4
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
Original file line number Diff line number Diff line change 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
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:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430
17+ image : ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d
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: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 :
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
Original file line number Diff line number Diff line change 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 ⚡️
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:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430 " }'
32+ container : ' { "image": "ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d " }'
3333
3434 uses : ./.github/workflows/build_and_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:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430
45+ image : ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d
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/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 }}
You can’t perform that action at this time.
0 commit comments