Mercurial > forks > mercurial
changeset 53231:c2676d6b05b3
ci: use a v3.0 image for rhg
We still build mercurial from source for the rhg test. This is not great, but
also the simplest way forward and this migration needs to conclude at some
point.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 28 Apr 2025 22:15:40 +0200 |
parents | e8a142f60e12 |
children | eef61bf54eab |
files | contrib/heptapod-ci.yml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/heptapod-ci.yml Mon Apr 28 21:56:37 2025 +0200 +++ b/contrib/heptapod-ci.yml Mon Apr 28 22:15:40 2025 +0200 @@ -334,6 +334,7 @@ test-rhg: extends: .runtests-no-check + image: "registry.heptapod.net/mercurial/ci-images/hg-core-test-py-dev-rust-dev:v3.0" variables: HGWITHRUSTEXT: "cpython" FLAVOR: "--rust --rhg"