Skip to content

Commit

Permalink
Clone graal using mx sforceimports
Browse files Browse the repository at this point in the history
* Simpler and fixes the issue that `jt install jvmci` would clone graal too.
  • Loading branch information
eregon committed Nov 23, 2023
1 parent d42087f commit bfc8f90
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,20 +107,14 @@ jobs:
- run: echo "SDKROOT=$(xcrun --show-sdk-path)" >> $GITHUB_ENV
if: startsWith(matrix.os, 'macos')

- name: Clone Graal
run: jt sforceimports
- name: Install JVMCI
run: |
tool/jt.rb install jvmci
echo "JAVA_HOME=$(tool/jt.rb install jvmci)" >> $GITHUB_ENV
- name: Install mx
run: tool/jt.rb mx --version
- name: Clone Graal
uses: actions/checkout@v3
with:
repository: oracle/graal
path: graal
fetch-depth: 0
- run: mv graal ..
- run: tool/jt.rb mx sforceimports

- run: free -m
if: startsWith(matrix.os, 'ubuntu-')
Expand Down

0 comments on commit bfc8f90

Please sign in to comment.