Skip to content

Commit 3c51ac8

Browse files
committed
fix(stacks): build java error
1 parent e7a3a38 commit 3c51ac8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

stacks/java/make.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ else
3333
install-packages openjdk-17-jdk
3434
fi
3535

36+
# To enable core dumping
37+
ulimit -c unlimited
38+
3639
bash configure \
3740
--with-toolchain-type=clang \
3841
--with-jvm-variants=server \
@@ -41,7 +44,7 @@ bash configure \
4144
--with-version-pre="drycc" \
4245
--with-version-opt="" \
4346
--with-vendor-version-string="$(date '+%Y%m%d%H%M%S')" \
44-
-with-native-debug-symbols=external \
47+
--with-native-debug-symbols=external \
4548
--disable-warnings-as-errors
4649
make
4750
cp -rf build/linux-*-server-release/jdk/* "${DATA_DIR}"

0 commit comments

Comments
 (0)