Skip to content

Commit

Permalink
Update Alpine flags to include Shenandoah and VM bug URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lutkerd committed Mar 9, 2021
1 parent a46d4f7 commit a300ecf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installers/linux/alpine/tar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ task configureBuild(type: Exec) {
def configureCmd = [
'bash',
'configure',
'--with-jvm-features=zgc',
'--with-jvm-features=zgc shenandoahgc',
"--with-version-feature=${version.major}",
'--with-freetype=bundled',
'--with-zlib=bundled',
Expand All @@ -91,6 +91,7 @@ task configureBuild(type: Exec) {
'--with-vendor-name=Amazon.com Inc.',
'--with-vendor-url=https://aws.amazon.com/corretto/',
"--with-vendor-bug-url=https://github.com/corretto/corretto-${version.major}/issues/",
"--with-vendor-vm-bug-url=https://github.com/corretto/corretto-${version.major}/issues/",
'--with-debug-level=release',
'--with-native-debug-symbols=none',
'--with-stdc++lib=static',
Expand Down

0 comments on commit a300ecf

Please sign in to comment.