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