fix: pass proxy information to uv#5178
Merged
paulgessinger merged 2 commits intoacts-project:mainfrom Mar 17, 2026
Merged
Conversation
b571a14 to
4e10375
Compare
fwyzard
added a commit
to cms-externals/acts
that referenced
this pull request
Mar 1, 2026
If using uv, run it in a clean environment but include the variables that specify a proxy.
Contributor
Member
|
/ci-bridge-run |
benjaminhuth
reviewed
Mar 2, 2026
4e10375 to
bd1b93b
Compare
Contributor
Author
|
rebased |
Contributor
Author
|
Do you need any further checks or updates form my side ? |
bd1b93b to
ce3b1cd
Compare
Contributor
Author
|
rebased |
Contributor
|
There's a |
fwyzard
added a commit
to cms-externals/acts
that referenced
this pull request
Mar 16, 2026
If using uv, run it in a clean environment but include the variables that specify a proxy.
Contributor
Author
|
sure, will do |
If using uv, run it in a clean environment but include the variables that specify a proxy.
ce3b1cd to
6c0f46f
Compare
Contributor
Author
|
done |
fwyzard
added a commit
to cms-externals/acts
that referenced
this pull request
Mar 16, 2026
If using uv, run it in a clean environment but include the variables that specify a proxy.
Member
|
/ci-bridge-run |
andiwand
approved these changes
Mar 16, 2026
Contributor
|
/ci-bridge-run |
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



If using uv, run it in a clean environment but include the variables that specify a proxy.
--- END COMMIT MESSAGE ---
This is necessary to build Acts on a machine that does not have direct access to the internet.
curl,uv, etc can be configured to use an HTTP or SOCKS proxy withHTTP_PROXY,ALL_PROXY, etc.