-
-
Notifications
You must be signed in to change notification settings - Fork 649
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Statically link openssl for reqwest (#6816)
Avoids platform-specific library location issues.
- Loading branch information
1 parent
461dd46
commit 3ba8a17
Showing
4 changed files
with
341 additions
and
201 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
tests/python/pants_test/backend/codegen/antlr/python:integration | ||
tests/python/pants_test/backend/jvm/tasks:checkstyle_integration | ||
tests/python/pants_test/backend/python/tasks:integration | ||
tests/python/pants_test/backend/python/tasks:python_native_code_testing | ||
tests/python/pants_test/backend/python/tasks:python_native_code_testing_1 | ||
tests/python/pants_test/backend/python/tasks:python_native_code_testing_2 | ||
tests/python/pants_test/backend/python/tasks:python_native_code_testing_3 | ||
tests/python/pants_test/projects:testprojects_integration |
Oops, something went wrong.