Skip to content

Commit 9285b87

Browse files
committed
More stable build without network downloads
1 parent 48f94dd commit 9285b87

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build-abnfgen.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ if [[ ! -d "$ROOT_DIR/tools/abnfgen" ]]; then
88
rm -rf "$ROOT_DIR/temp/abnfgen"
99
mkdir -p "$ROOT_DIR/temp/abnfgen"
1010

11-
wget http://www.quut.com/abnfgen/abnfgen-0.20.tar.gz \
12-
--output-document "$ROOT_DIR/temp/abnfgen.tar.gz"
13-
14-
tar xf "$ROOT_DIR/temp/abnfgen.tar.gz" \
11+
tar xf "$ROOT_DIR/tests/abnfgen-0.20.tar.gz" \
1512
--directory "$ROOT_DIR/temp/abnfgen" \
1613
--strip-components 1
1714

tests/abnfgen-0.20.tar.gz

74.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)