aboutsummaryrefslogtreecommitdiff
path: root/jdkX-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 /jdkX-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 'jdkX-build-release.yaml')
-rw-r--r--jdkX-build-release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdkX-build-release.yaml b/jdkX-build-release.yaml
index 383e997efc..f5a996e253 100644
--- a/jdkX-build-release.yaml
+++ b/jdkX-build-release.yaml
@@ -145,7 +145,7 @@
artifact_name=jdkX-${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'