fix(unbound)[1)

This commit is contained in:
Jacob Heider 2023-08-30 15:28:21 +00:00
parent df15fdebc3
commit d894fc7486

View file

@ -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: