More stable build without network downloads

This commit is contained in:
Ondrej Mirtes 2020-04-04 19:12:43 +02:00
parent 48f94ddb9b
commit 9285b879a8
No known key found for this signature in database
GPG Key ID: 8E730BA25823D8B5
2 changed files with 1 additions and 4 deletions

View File

@ -8,10 +8,7 @@ if [[ ! -d "$ROOT_DIR/tools/abnfgen" ]]; then
rm -rf "$ROOT_DIR/temp/abnfgen" rm -rf "$ROOT_DIR/temp/abnfgen"
mkdir -p "$ROOT_DIR/temp/abnfgen" mkdir -p "$ROOT_DIR/temp/abnfgen"
wget http://www.quut.com/abnfgen/abnfgen-0.20.tar.gz \ tar xf "$ROOT_DIR/tests/abnfgen-0.20.tar.gz" \
--output-document "$ROOT_DIR/temp/abnfgen.tar.gz"
tar xf "$ROOT_DIR/temp/abnfgen.tar.gz" \
--directory "$ROOT_DIR/temp/abnfgen" \ --directory "$ROOT_DIR/temp/abnfgen" \
--strip-components 1 --strip-components 1

BIN
tests/abnfgen-0.20.tar.gz Normal file

Binary file not shown.