Skip to content

Commit 12d3b34

Browse files
authored
[Static Linux SDK] Enable gzipping of the tarball. (#393)
1 parent ff4e593 commit 12d3b34

File tree

1 file changed

+1
-1
lines changed
  • swift-ci/sdks/static-linux/scripts

1 file changed

+1
-1
lines changed

swift-ci/sdks/static-linux/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,6 @@ header "Outputting compressed bundle"
912912

913913
quiet_pushd "${build_dir}"
914914
mkdir -p "${products_dir}"
915-
tar cvf "${products_dir}/${bundle}.tar.gz" "${bundle}"
915+
tar cvzf "${products_dir}/${bundle}.tar.gz" "${bundle}"
916916
quiet_popd
917917

0 commit comments

Comments
 (0)