Delete tarball after unpacking in CI jobs

This was overlooked in Meson migration.
This commit is contained in:
Štěpán Balážik 2025-10-15 20:40:16 +02:00
parent 54d7198a1a
commit 23d8d7788e

View file

@ -386,7 +386,7 @@ stages:
# Unpack release tarball and continue work in the extracted directory.
.unpack_release_tarball: &unpack_release_tarball
- tar --extract --file build/meson-dist/bind-*.tar.xz
- rm -f bind-*.tar.xz
- rm -f build/meson-dist/bind-*.tar.xz
- cd bind-*
.fips-feature-test: &fips_feature_test