mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(unbound)[1)
This commit is contained in:
parent
df15fdebc3
commit
d894fc7486
1 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@ build:
|
||||||
tea.xyz/gx/make: '*'
|
tea.xyz/gx/make: '*'
|
||||||
libexpat.github.io: '*'
|
libexpat.github.io: '*'
|
||||||
github.com/westes/flex: '*'
|
github.com/westes/flex: '*'
|
||||||
|
gnu.org/bison: ^3
|
||||||
|
|
||||||
script: |
|
script: |
|
||||||
./configure $ARGS
|
./configure $ARGS
|
||||||
make -j {{ hw.concurrency }} install
|
make -j {{ hw.concurrency }} install
|
||||||
|
@ -31,7 +33,7 @@ build:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script: |
|
script: |
|
||||||
OUT="$(unbound-host tea.xyz)"
|
OUT="$(unbound-host -4 tea.xyz)"
|
||||||
grep "$TEST1" <<< "$OUT"
|
grep "$TEST1" <<< "$OUT"
|
||||||
grep "$TEST2" <<< "$OUT"
|
grep "$TEST2" <<< "$OUT"
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue