Skip to content

Commit

Permalink
Update build details for TruffleSOM
Browse files Browse the repository at this point in the history
TruffleSOM moved to using mx instead of ant.

Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jan 26, 2024
1 parent 80158fb commit 62fcd71
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 62fcd71

Please sign in to comment.