Mercurial > forks > mercurial
changeset 53216:f2abee7dc624
ci: use a v3.0 image for test-rust
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sat, 26 Apr 2025 23:45:37 +0200 |
parents | 2307e8131944 |
children | a26c1e082734 |
files | contrib/heptapod-ci.yml |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/heptapod-ci.yml Sat Apr 26 23:45:30 2025 +0200 +++ b/contrib/heptapod-ci.yml Sat Apr 26 23:45:37 2025 +0200 @@ -318,14 +318,15 @@ test-rust: extends: .test-rust + image: "registry.heptapod.net/mercurial/ci-images/hg-core-test-pure:v3.0" variables: HGWITHRUSTEXT: "cpython" FLAVOR: "--rust" needs: - - job: build-rust-wheel + - job: build-rust-wheel-musl parallel: matrix: - - BUILD_PY_ID: "cp311-cp311" + - BUILD_PY_ID: "cp312-cp312" variables: WHEEL_TYPE: "rust"