1616 contains(github.ref, '/issue/') ||
1717 (github.event_name == 'pull_request')
1818 runs-on : ubuntu-latest
19- container : ghcr.io/opencyphal/toolshed:ts22 .4.10
19+ container : ghcr.io/opencyphal/toolshed:ts24 .4.3
2020 steps :
2121 - uses : actions/checkout@v4
2222 - name : Cache ext modules
2929 key : ${{ runner.os }}-${{ hashFiles('cmake/modules/*.cmake') }}
3030 - name : get nunavut
3131 # TODO: setup a venv, cache, and distribute to the other jobs.
32- run : >
33- pip install git+https://github.com/OpenCyphal/[email protected] 32+ run : |
33+ pip install --break-system-packages git+https://github.com/OpenCyphal/[email protected] 3434 - name : configure
3535 run : >
3636 ./build-tools/bin/verify.py
4747 contains(github.ref, '/issue/') ||
4848 (github.event_name == 'pull_request')
4949 runs-on : ubuntu-latest
50- container : ghcr.io/opencyphal/toolshed:ts22 .4.10
50+ container : ghcr.io/opencyphal/toolshed:ts24 .4.3
5151 needs : [warmup]
5252 strategy :
5353 matrix :
6969 path : external
7070 key : ${{ runner.os }}-${{ hashFiles('cmake/modules/*.cmake') }}
7171 - name : get nunavut
72- run : >
73- pip install git+https://github.com/OpenCyphal/[email protected] 72+ run : |
73+ pip install --break-system-packages git+https://github.com/OpenCyphal/[email protected] 7474 - name : run tests
7575 env :
7676 GTEST_COLOR : yes
@@ -101,7 +101,7 @@ jobs:
101101 contains(github.ref, '/issue/') ||
102102 (github.event_name == 'pull_request')
103103 runs-on : ubuntu-latest
104- container : ghcr.io/opencyphal/toolshed:ts22 .4.10
104+ container : ghcr.io/opencyphal/toolshed:ts24 .4.3
105105 needs : [warmup]
106106 steps :
107107 - uses : actions/checkout@v4
@@ -114,8 +114,8 @@ jobs:
114114 path : external
115115 key : ${{ runner.os }}-${{ hashFiles('cmake/modules/*.cmake') }}
116116 - name : get nunavut
117- run : >
118- pip install git+https://github.com/OpenCyphal/[email protected] 117+ run : |
118+ pip install --break-system-packages git+https://github.com/OpenCyphal/[email protected] 119119 - name : doc-gen
120120 run : >
121121 ./build-tools/bin/verify.py
0 commit comments