aboutsummaryrefslogtreecommitdiff
path: root/jdk10-build-release.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-04-13 17:11:12 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-04-13 17:11:12 +0100
commita0def6a1e68c6a0806934c90507d65e10729073a (patch)
treee844b3f877d99555fb16629ed102481dfbc4c908 /jdk10-build-release.yaml
parentb421e395c4a43a05d085f74178e47d7254a090ef (diff)
jdk: Remove debuginfo files in releases
Before jdk10 we deleted diz files from builds. The default changed to produce debuginfo files, which aren't deleted by the release process. Here we delete the debuginfo files instead - otherwise the package is just too large. Change-Id: Ica80ec7a4517bcc06844b668cb57dc7c6c8e634e
Diffstat (limited to 'jdk10-build-release.yaml')
-rw-r--r--jdk10-build-release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdk10-build-release.yaml b/jdk10-build-release.yaml
index 5805af3e..40d7092f 100644
--- a/jdk10-build-release.yaml
+++ b/jdk10-build-release.yaml
@@ -145,7 +145,7 @@
artifact_name=jdk10u-${JVM_VARIANT}-${BUILD_TYPE}-${RELEASE}
# This is different from ordinary builds.
- tar -C build-stage2/images --exclude=\*.diz --transform="s!^jdk!$artifact_name!" -acf out/${artifact_name}.tar.xz jdk
+ tar -C build-stage2/images --exclude=\*.debuginfo --transform="s!^jdk!$artifact_name!" -acf out/${artifact_name}.tar.xz jdk
publishers:
- archive:
artifacts: 'out/*.tar.xz'