Skip to content

Commit

Permalink
Update build details for TruffleSOM (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr authored Jan 26, 2024
2 parents 80158fb + 62fcd71 commit 0aaad53
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,14 @@ jobs:
repo: TruffleSOM.git
build: |
export JAVA_HOME=$JAVA_HOME_17_X64
ant jar
./som --setup mx
export PATH=$PATH:`pwd`/../mx
./som --setup labsjdk
mx sforceimport
rm libs/jvmci || true
./som --setup labsjdk
mx build
som: "JAVA_HOME=$JAVA_HOME_17_X64 ./som -G"
not-up-to-date: false

Expand Down

0 comments on commit 0aaad53

Please sign in to comment.