Skip to content

Commit 6d33251

Browse files
committed
use updated labs jdk
1 parent b39fc10 commit 6d33251

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

scripts/build-envmap-example.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ main () {
5959
-march=compatibility \
6060
--static \
6161
EnvMap \
62-
-H:-CheckToolchain \
6362
-H:CCompilerPath="$COSMOCC_BIN/$ARCH-unknown-cosmo-cc" \
6463
-H:CLibraryPath="$LABS_LIBDIR" \
6564
-H:PatchableFunctionEntry="$PFE_OPT"\

scripts/build-google-java-format.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ main () {
5656
-jar google-java-format.jar \
5757
-Os \
5858
--libc=cosmo \
59-
-H:-CheckToolchain \
6059
-march=compatibility \
6160
-H:+UnlockExperimentalVMOptions\
6261
-H:IncludeResourceBundles=com.sun.tools.javac.resources.compiler\

scripts/patch-labs-jdk.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ main () {
2020
cd "$BASELOC/testing"
2121
rm -rf labs-openjdk
2222

23-
git clone --depth=1 --branch 'cosmo-25.0.2' https://github.com/elide-dev/labs-openjdk
23+
git clone --depth=1 --branch 'cosmo' https://github.com/elide-dev/labs-openjdk
2424
cd labs-openjdk
2525

2626
cd "$BASELOC"

0 commit comments

Comments
 (0)