aboutsummaryrefslogtreecommitdiff
path: root/jdkX-ci-build.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-10-12 15:39:37 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-10-12 15:40:26 +0100
commit5fcc6cd52fae41bd717e060a9132220e322aec7a (patch)
tree429e07611344b98f49fb710506b0dad00a01350f /jdkX-ci-build.yaml
parent68c2544913393673d2c5e47e4b0031ddd6c3936c (diff)
jdk: Remove debuginfo files from jdkX-ci-build
.debuginfo files add a lot of size to the build - remove them. Change-Id: If234ff602a0f13ac76596b406ef07e0c0b05ece2
Diffstat (limited to 'jdkX-ci-build.yaml')
-rw-r--r--jdkX-ci-build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdkX-ci-build.yaml b/jdkX-ci-build.yaml
index 862cbda1..cddc300f 100644
--- a/jdkX-ci-build.yaml
+++ b/jdkX-ci-build.yaml
@@ -82,7 +82,7 @@
tail -n 100 out/build.out | sed 's,^, ,' > build-tail.out
# Archive the result
artifact_name=jdkX-ci-build
- tar -C build/images/jdk --exclude=\*.diz --transform="s!^./!$artifact_name/!" -acf out/${artifact_name}.tar.gz .
+ tar -C build/images/jdk --exclude=\*.debuginfo --transform="s!^./!$artifact_name/!" -acf out/${artifact_name}.tar.gz .
# Archive test support files.
tar -C build/ --exclude=hotspot/jtreg/native/support/\* --transform="s!^support/!${artifact_name}-support/support/!" -acf out/${artifact_name}-support.tar.gz support/test