You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2021/10/12 12:22:55 UTC

[httpcomponents-core] branch master updated: Run arm64 with openjdk11 because Travis is broken with openjdk8 on arm64 (JRE only).

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d3b65b  Run arm64 with openjdk11 because Travis is broken with openjdk8 on arm64 (JRE only).
7d3b65b is described below

commit 7d3b65b96e57c4f1be8079cbde561c99af36c63e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Oct 12 08:22:53 2021 -0400

    Run arm64 with openjdk11 because Travis is broken with openjdk8 on arm64
    (JRE only).
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index a990ecf..8a73aee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,6 +38,7 @@ jobs:
   include:
     - name: arm64
       arch: arm64
+      jdk: openjdk11
       script: mvn verify -B
   allow_failures:
     - jdk: openjdk-ea