#1070317 fails to build without a non lo IP address

#1070317#5
Date:
2024-05-03 16:55:10 UTC
From:
To:
Hi,

golang-github-likexian-gokit has a test that depends on having an IP
address available in the build environment:

https://sources.debian.org/src/golang-github-likexian-gokit/0.25.9-3/xip/xip_test.go/#L213

This fails in sbuild with the chroot backend:

=== RUN   TestGetEthIPv4
    assert.go:197: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/likexian/gokit/xip/xip_test.go:213
    assert.go:172: ! expected true, but got false
--- FAIL: TestGetEthIPv4 (0.00s)

Cheers Jochen

#1070317#12
Date:
2024-05-03 17:00:48 UTC
From:
To:
* Jochen Sprickerhof <jspricke@debian.org> [2024-05-03 18:55]:

I mean the unshare backend.