Skip to content

Commit 3ff1f2a

Browse files
committed
build: remove export GZIP from gitian descriptors
1 parent c7cfd20 commit 3ff1f2a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

contrib/gitian-descriptors/gitian-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ script: |
5050
5151
export QT_RCC_TEST=1
5252
export QT_RCC_SOURCE_DATE_OVERRIDE=1
53-
export GZIP="-9n"
5453
export TAR_OPTIONS="--mtime="$REFERENCE_DATE\\\ $REFERENCE_TIME""
5554
export TZ="UTC"
5655
export BUILD_DIR=`pwd`

contrib/gitian-descriptors/gitian-osx.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ script: |
4444
4545
export QT_RCC_TEST=1
4646
export QT_RCC_SOURCE_DATE_OVERRIDE=1
47-
export GZIP="-9n"
4847
export TAR_OPTIONS="--mtime="$REFERENCE_DATE\\\ $REFERENCE_TIME""
4948
export TZ="UTC"
5049
export BUILD_DIR=`pwd`

contrib/gitian-descriptors/gitian-win.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ script: |
4040
4141
export QT_RCC_TEST=1
4242
export QT_RCC_SOURCE_DATE_OVERRIDE=1
43-
export GZIP="-9n"
4443
export TAR_OPTIONS="--mtime="$REFERENCE_DATE\\\ $REFERENCE_TIME""
4544
export TZ="UTC"
4645
export BUILD_DIR=`pwd`

0 commit comments

Comments
 (0)