Skip to content

Commit 301798f

Browse files
committed
Install via apk
1 parent bfa2c61 commit 301798f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)