Skip to content

Commit

Permalink
Statically link openssl for reqwest (#6816)
Browse files Browse the repository at this point in the history
Avoids platform-specific library location issues.
  • Loading branch information
illicitonion authored Nov 29, 2018
1 parent 461dd46 commit 3ba8a17
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 201 deletions.
4 changes: 3 additions & 1 deletion build-support/known_py3_integration_failures.txt
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
Loading

0 comments on commit 3ba8a17

Please sign in to comment.