avoid extracting 3GB of currently unused phase1 test vectors to increase Azure CI reliability

This commit is contained in:
Dustin Brody 2020-09-24 12:38:23 +02:00
parent 2a3f363c43
commit 8cd0714c4b
No known key found for this signature in database
GPG Key ID: 3D7A11A0156519DC
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ unpack_version() {
for flavour in "${FLAVOURS[@]}"; do
echo "Unpacking: ${version}/${flavour}.tar.gz"
mkdir -p "tests-${version}"
tar -C "tests-${version}" --strip-components 1 ${EXTRA_TAR_PARAMS} -xzf \
tar -C "tests-${version}" --strip-components 1 ${EXTRA_TAR_PARAMS} --exclude=phase1 -xzf \
"tarballs/${version}/${flavour}.tar.gz" \
|| {
echo "Tar failed. Aborting."