Fix bash
This commit is contained in:
parent
f4fb27be98
commit
a8528e4a4a
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ args=( "-jar" "$BABASHKA_JAR"
|
|||
BABASHKA_STATIC=${BABASHKA_STATIC:-}
|
||||
BABASHKA_ARCH=${BABASHKA_ARCH:-}
|
||||
|
||||
if [ "$BABASHKA_STATIC" = "true" ] & [ "$BABASHKA_ARCH" != "aarch64" ]; then
|
||||
if [ "$BABASHKA_STATIC" = "true" ] && [ "$BABASHKA_ARCH" != "aarch64" ]; then
|
||||
args+=("--static" "--libc=musl"
|
||||
# see https://github.com/oracle/graal/issues/3398
|
||||
"-H:CCompilerOption=-Wl,-z,stack-size=2097152")
|
||||
|
|
|
|||
Loading…
Reference in a new issue