Skip to content
Snippets Groups Projects
Commit d12b127c authored by Miguel Rodriguez's avatar Miguel Rodriguez Committed by Crimson Hawk
Browse files

chore: fix CI to use string "true" for FASTZIP

parent 383a243a
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,9 @@ variables: ...@@ -8,9 +8,9 @@ variables:
ARTIFACT_COMPRESSION_LEVEL: "fast" ARTIFACT_COMPRESSION_LEVEL: "fast"
CACHE_COMPRESSION_LEVEL: "fastest" CACHE_COMPRESSION_LEVEL: "fastest"
CACHE_REQUEST_TIMEOUT: 5 CACHE_REQUEST_TIMEOUT: 5
# Use FASTZIP for faster compression in cache and artifacts # Use FASTZIP for faster compression in cache and artifacts (boolean)
# https://docs.gitlab.com/runner/configuration/feature-flags.html#available-feature-flags # https://docs.gitlab.com/runner/configuration/feature-flags.html#available-feature-flags
FF_USE_FASTZIP: true FF_USE_FASTZIP: 1
# Our Variables # Our Variables
CACHE_DIR: "$CI_PROJECT_DIR/ccache" CACHE_DIR: "$CI_PROJECT_DIR/ccache"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment