Skip to content

Commit 1586485

Browse files
committed
[ci] gzip:2 instead of gzip:6 for artifacts
on Linux and Mac.
1 parent f133212 commit 1586485

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/root-ci-config/build_root.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646

4747
WINDOWS = (os.name == 'nt')
4848
WORKDIR = (os.environ['HOME'] + '/ROOT-CI') if not WINDOWS else 'C:/ROOT-CI'
49-
COMPRESSIONLEVEL = 6 if not WINDOWS else 1
50-
49+
COMPRESSIONLEVEL = 1 if WINDOWS else 2
5150

5251
def main():
5352
# openstack.enable_logging(debug=True)

0 commit comments

Comments
 (0)