Skip to content

Commit 65b2eae

Browse files
committed
ci: try to fix failing ppc61le
1 parent 73c3e7f commit 65b2eae

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -152,21 +152,22 @@ jobs:
152152
env: |
153153
SKIP_TEST_MULTIARCH: true
154154
MAVEN_OPTS: >-
155-
-Dhttps.protocols=TLSv1.2
156-
-Djdk.tls.client.protocols=TLSv1.2
157-
-Dmaven.wagon.httpconnection.readTimeout=120000
158-
-Dmaven.wagon.http.streamCache=true
159-
-Dmaven.wagon.httpclient.max-connections=1
160-
-Dmaven.wagon.httpclient.bufferSize=8192
161-
-Dmaven.wagon.http.ssl.insecure=true
162-
-Dmaven.wagon.http.ssl.allowall=true
163-
-Dmaven.wagon.httpclient.disableContentCompression=true
164-
-Dhttpclient.http2.enabled=false
155+
-Dmaven.repo.local=/work/.m2/repository
156+
# -Dhttps.protocols=TLSv1.2
157+
# -Djdk.tls.client.protocols=TLSv1.2
158+
# -Dmaven.wagon.httpconnection.readTimeout=120000
159+
# -Dmaven.wagon.http.streamCache=true
160+
# -Dmaven.wagon.httpclient.max-connections=1
161+
# -Dmaven.wagon.httpclient.bufferSize=8192
162+
# -Dmaven.wagon.http.ssl.insecure=true
163+
# -Dmaven.wagon.http.ssl.allowall=true
164+
# -Dmaven.wagon.httpclient.disableContentCompression=true
165+
# -Dhttpclient.http2.enabled=false
165166

166167
run: |
167168
echo "Architecture: `uname -a`"
168169
mvn --version
169-
cd /work && mvn -e -Dmaven.repo.local=/work/.m2/repository --batch-mode --no-transfer-progress test
170+
cd /work && mvn -e --batch-mode --no-transfer-progress test
170171
171172
# This will test the build process using an external amalgamation, as well as the
172173
# Java tests with that native library, as some functions will not be available (extensions).

0 commit comments

Comments
 (0)