-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow firewalls for Pants PEXs (#261)
This change extends the `PANTS_BOOTSTRAP_URLS` functionality to the fetched Pants PEX. ```console josh@cephandrius:~/work/scie-pants$ PANTS_BOOTSTRAP_URLS=urls.json PANTS_VERSION=2.22.0 dist/scie-pants-linux-x86_64 Bootstrapping Pants 2.22.0 using cpython 3.9.16 Installing pantsbuild.pants==2.22.0 into a virtual environment at /home/josh/.cache/nce/67dd6374fe21b02fa9e1be3a775826ef7fcac9791c6052276d2b3972a363d49f/bindings/venvs/2.22.0 Failed to fetch https://poop.com: [60] SSL peer certificate or SSH remote key was not OK (SSL certificate problem: unable to get local issuer certificate) Wasn't able to fetch the Pants PEX at https://poop.com. ... ```
- Loading branch information
1 parent
fe3d4bf
commit 4df586c
Showing
3 changed files
with
54 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters