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:
1288
1288
1289
1289
coverage :
1290
1290
docker :
1291
- - image : rust:1.84.1 -alpine3.21
1291
+ - image : rust:1.86 -alpine3.21
1292
1292
resource_class : medium+
1293
1293
steps :
1294
1294
- checkout
@@ -1297,10 +1297,8 @@ jobs:
1297
1297
command : |
1298
1298
apk update
1299
1299
# 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
1301
1301
ln -sf python3 /usr/bin/python
1302
- python3 -m ensurepip --break-system-packages
1303
- pip3 install --no-cache --upgrade pip setuptools --break-system-packages
1304
1302
- run :
1305
1303
name : Install cargo-llvm-cov and cargo-nextest
1306
1304
command : |
You can’t perform that action at this time.
0 commit comments