Submitter | phabricator |
---|---|
Date | Nov. 3, 2021, 9:17 p.m. |
Message ID | <differential-rev-PHID-DREV-raiirlx36qfdjkj2newy-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/50059/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/rust/hgcli/pyoxidizer.bzl b/rust/hgcli/pyoxidizer.bzl --- a/rust/hgcli/pyoxidizer.bzl +++ b/rust/hgcli/pyoxidizer.bzl @@ -34,7 +34,10 @@ IS_WINDOWS = "windows" in BUILD_TARGET_TRIPLE -USE_IN_MEMORY_RESOURCES = False +# Use in-memory resources for all resources. If false, most of the Python +# stdlib will be in memory, but other things such as Mercurial itself will not +# be. See the comment in resource_callback, below. +USE_IN_MEMORY_RESOURCES = not IS_WINDOWS # Code to run in Python interpreter. RUN_CODE = """