Skip to content

Commit 6a0798a

Browse files
committed
use rebased graal patch
1 parent d68fc81 commit 6a0798a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/get-mx-labs-jdk.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ main () {
3030
export PATH="$BASELOC/testing/mx:$PATH"
3131

3232
if [ x"$ARCH" = x"x86_64" ]; then
33-
LABS_LINK="https://github.com/graalvm/labs-openjdk/releases/download/25.0.2%2B10-jvmci-b01/labsjdk-ce-25.0.2+10-jvmci-b01-linux-amd64.tar.gz"
33+
LABS_LINK="https://github.com/graalvm/labs-openjdk/releases/download/jvmci-25.1-b14/labsjdk-ce-25.0.1+8-jvmci-25.1-b14-linux-amd64.tar.gz"
3434
elif [ x"$ARCH" = x"aarch64" ]; then
35-
LABS_LINK="https://github.com/graalvm/labs-openjdk/releases/download/25.0.2%2B10-jvmci-b01/labsjdk-ce-25.0.2+10-jvmci-b01-linux-aarch64.tar.gz"
35+
LABS_LINK="https://github.com/graalvm/labs-openjdk/releases/download/jvmci-25.1-b14/labsjdk-ce-25.0.1+8-jvmci-25.1-b14-linux-aarch64.tar.gz"
3636
else
3737
echo "ARCH is not set!"
3838
exit 1
@@ -41,7 +41,7 @@ main () {
4141
cd "$BASELOC/testing"
4242
wget "$LABS_LINK" -qO boot-labs-jdk.tar.gz
4343
tar xzf boot-labs-jdk.tar.gz
44-
mv labsjdk-ce-25.0.2-jvmci-b01 boot-labs-jdk
44+
mv labsjdk-ce-25.0.1-jvmci-25.1-b14 boot-labs-jdk
4545

4646
ls boot-labs-jdk -al
4747
# mx fetch-jdk \

scripts/patch-graalvm-repo.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ main () {
2121
rm -rf graal
2222

2323
cd "$BASELOC/testing"
24-
git clone --depth 1 --branch cosmo-25.0.2 https://github.com/elide-dev/graal
24+
git clone --depth 1 --branch cosmo https://github.com/elide-dev/graal
2525
cd graal
2626

2727
cd "$BASELOC"

0 commit comments

Comments
 (0)