File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1288,7 +1288,7 @@ jobs:
12881288
12891289 coverage :
12901290 docker :
1291- - image : rust:1.84.1 -alpine3.21
1291+ - image : rust:1.86 -alpine3.21
12921292 resource_class : medium+
12931293 steps :
12941294 - checkout
@@ -1297,10 +1297,8 @@ jobs:
12971297 command : |
12981298 apk update
12991299 # needed for grcov and compiling tests
1300- apk add --no-cache mold clang curl llvm19-dev clang19-static lcov python3
1300+ apk add --no-cache mold clang curl llvm19-dev clang19-static lcov python3 py3-pip py3-pydantic
13011301 ln -sf python3 /usr/bin/python
1302- python3 -m ensurepip --break-system-packages
1303- pip3 install --no-cache --upgrade pip setuptools --break-system-packages
13041302 - run :
13051303 name : Install cargo-llvm-cov and cargo-nextest
13061304 command : |
You can’t perform that action at this time.
0 commit comments