Skip to content

Commit dc945cc

Browse files
committed
Build samm-cli executable .jar on MacOS
1 parent 1c471ef commit dc945cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull-request-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
- name: Build native image (Mac)
8181
if: matrix.os == 'macos-13'
8282
run: |
83+
export MAVEN_OPTS="-Xmx4096m"
84+
mvn -B -pl tools/samm-cli clean verify -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
8385
bundle="samm-bundle-DEV-SNAPSHOT-$(date +%s)"
8486
mkdir ${bundle}
8587
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

Comments
 (0)