diff --git a/.gitlab-ci/container/build-deqp.sh b/.gitlab-ci/container/build-deqp.sh index 9a16f7655f7..e7de5458946 100755 --- a/.gitlab-ci/container/build-deqp.sh +++ b/.gitlab-ci/container/build-deqp.sh @@ -289,7 +289,7 @@ if [ "$DEQP_API" != tools ]; then # Compress the caselists, since Vulkan's in particular are gigantic; higher # compression levels provide no real measurable benefit. - zstd -1 --rm mustpass/*.txt + zstd -f -1 --rm mustpass/*.txt fi if [ "$DEQP_API" = tools ]; then