martin-g opened a new pull request #229: URL: https://github.com/apache/httpcomponents-core/pull/229
Unfortunately https://github.com/apache/httpcomponents-core/pull/228 did not work. `arm64-graviton2` is available only for travis-ci.com, while Apache uses travis-ci.org. With this PR I'm changing it to use the old `arm64` instead of `arm64-graviton2`. But there is a small problem - https://hub.docker.com/r/kennethreitz/httpbin/tags is amd64 only and HttpBinIT fails: ``` [ERROR] Errors: [ERROR] HttpBinIT.executeHttpBin:51 ยป Execution java.net.ConnectException: Connection ... ``` So, the `arm64` job should be executed without `-P docker` profile. I've also merged `jobs` and `matrix` elements - they are aliases. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
