[Commented On] D10193: makefile: add a build-rhg option
baymax (Baymax, Your Personal Patch-care Companion)
phabricator at mercurial-scm.org
Mon Mar 15 13:12:38 UTC 2021
baymax added a comment.
baymax updated this revision to Diff 26356.
✅ refresh by Heptapod after a successful CI run (🐙 💚)
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D10193?vs=26307&id=26356
BRANCH
default
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D10193/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D10193
AFFECTED FILES
Makefile
CHANGE DETAILS
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,9 @@
build-chg:
make -C contrib/chg
+build-rhg:
+ (cd rust/rhg; cargo build --release)
+
wheel:
FORCE_SETUPTOOLS=1 $(PYTHON) setup.py $(PURE) bdist_wheel $(COMPILERFLAG)
To: SimonSapin, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210315/e8cc4ccd/attachment-0002.html>
More information about the Mercurial-patches
mailing list