ci: use rust 1.87 image for cargo-llvm-cov compatibility

This commit is contained in:
Brad Stein 2026-04-12 06:03:09 -03:00
parent 481b0072ad
commit d6b2a31f0a

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ spec:
node-role.kubernetes.io/worker: "true"
containers:
- name: rust-ci
image: rust:1.82-bookworm
image: rust:1.87-bookworm
command: ["cat"]
tty: true
volumeMounts: