From 2e5ba7ab17af46a7e5c51caf0f6ee74336e9d2db Mon Sep 17 00:00:00 2001 From: strawberry Date: Thu, 2 May 2024 10:34:06 -0400 Subject: [PATCH] ci(gitlab): use gitlab fastzip feature flag Signed-off-by: strawberry --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76654d15..b0390ec8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,10 @@ stages: variables: # Makes some things print in color TERM: ansi + # Faster cache and artifact compression / decompression + FF_USE_FASTZIP: true + # Print progress reports for cache and artifact transfers + TRANSFER_METER_FREQUENCY: 5s # Avoid duplicate pipelines # See: https://docs.gitlab.com/ee/ci/yaml/workflow.html#switch-between-branch-pipelines-and-merge-request-pipelines