sparse-lifeguard-95737
03/25/2022, 6:51 PMhundreds-father-404
03/25/2022, 6:54 PM[pex-cli]
per this advice https://www.pantsbuild.org/v2.11/docs/restricted-internet-access#binary-tools[python].lockfile_generator = 'pex'
sparse-lifeguard-95737
03/25/2022, 6:59 PMhundreds-father-404
03/25/2022, 7:02 PMhappy-kitchen-89482
03/25/2022, 7:36 PMrhythmic-battery-45198
03/25/2022, 7:49 PMdiff --git a/pants.toml b/pants.toml
index 9ca8ff6b..534cd060 100644
--- a/pants.toml
+++ b/pants.toml
@@ -1,5 +1,5 @@
[GLOBAL]
-pants_version = "2.10.0"
+pants_version = "2.11.0rc0"
-use_deprecated_python_macros = false
[python]
-resolves_generate_lockfiles = false
+lockfile_generator = 'pex'
+[pex-cli]
+version = "v2.1.74"
+known_versions = [
+ "v2.1.72|macos_arm64|fe5bd1fddf306e40d1828169dfd65c9faed98d2d98ebaba2753d99a91343014d|3723386",
+ "v2.1.72|macos_x86_64|fe5bd1fddf306e40d1828169dfd65c9faed98d2d98ebaba2753d99a91343014d|3723386",
+ "v2.1.72|linux_x86_64|fe5bd1fddf306e40d1828169dfd65c9faed98d2d98ebaba2753d99a91343014d|3723386",
+ "v2.1.74|linux_x86_64|7fea722b0faa5c5e802a327d3f75c8c363eb23460f1e5ddce7d45056105502de|3730463",
+]
hundreds-father-404
03/25/2022, 7:50 PMrhythmic-battery-45198
03/25/2022, 7:55 PMrepos = ["%(buildroot)s/3rdparty/python/wheel"]
) which might block us. We are just using the local repo to pre-build some wheels for non compliant python packages.hundreds-father-404
03/25/2022, 7:55 PMrhythmic-battery-45198
03/25/2022, 7:56 PMhundreds-father-404
03/25/2022, 7:56 PMbusy-vase-39202
03/25/2022, 8:56 PMrhythmic-battery-45198
03/25/2022, 9:01 PMbusy-vase-39202
03/25/2022, 9:01 PMhappy-kitchen-89482
03/25/2022, 9:18 PMrhythmic-battery-45198
03/25/2022, 10:58 PMimportlib-resources
in a previous run which I cancelled. So either those didn't occur the second time or they weren't blockers. Will continue playing with it and let you guys know if I find any issues.hundreds-father-404
04/06/2022, 7:14 PM