Skip to content

Commit

Permalink
Updated graal and mx commit in readme to match setup script (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwdidonato authored Jun 29, 2022
1 parent fe830ac commit e224629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ We checkout the commit corresponding to the current GraalVM release.
```console
git clone https://github.com/graalvm/mx.git
cd mx
git checkout d6831ca0130e21b55b2675f7c931da7da10266cb
git checkout 722b86b8ef87fbb297f7e33ee6014bbbd3f4a3a8
cd ..
```

Expand All @@ -215,7 +215,7 @@ We checkout the commit corresponding to the current GraalVM release.
```console
git clone https://github.com/oracle/graal.git
cd graal
git checkout da6a62d607552fc958ccb63f4ca1d81e1817cadc
git checkout 84541b16ae8a8726a0e7d76c7179d94a57ed84ee
cd ..
```

Expand Down

0 comments on commit e224629

Please sign in to comment.