changeset 52708:efac197c6cff

check-pytype: unset HGWITHRUSTEXT to fix make local
author Pierre Augier <pierre.augier@univ-grenoble-alpes.fr>
date Wed, 15 Jan 2025 06:56:44 +0100
parents 339aa82c4383
children 279e217d6041
files contrib/heptapod-ci.yml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/heptapod-ci.yml	Wed Jan 15 06:23:28 2025 +0100
+++ b/contrib/heptapod-ci.yml	Wed Jan 15 06:56:44 2025 +0100
@@ -395,6 +395,8 @@
       - hg -R "${TMP_WORK_DIR}"/mercurial-ci/ update `hg log --rev '.' --template '{node}'`
       - cd "${TMP_WORK_DIR}"/mercurial-ci/
       - echo $HGWITHRUSTEXT
+      # We need to unset HGWITHRUSTEXT since editable install is broken with Rust
+      - unset HGWITHRUSTEXT
       - make local PYTHON=$PYTHON
       - ./contrib/setup-pytype.sh
     script: