We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c471ef commit dc945ccCopy full SHA for dc945cc
.github/workflows/pull-request-check.yml
@@ -80,6 +80,8 @@ jobs:
80
- name: Build native image (Mac)
81
if: matrix.os == 'macos-13'
82
run: |
83
+ export MAVEN_OPTS="-Xmx4096m"
84
+ mvn -B -pl tools/samm-cli clean verify -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
85
bundle="samm-bundle-DEV-SNAPSHOT-$(date +%s)"
86
mkdir ${bundle}
87
curl -Lo jre.tar.gz https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.3%2B9/OpenJDK21U-jre_x64_mac_hotspot_21.0.3_9.tar.gz
0 commit comments