Closed ganto closed 6 years ago
I finally found the issue for this one. It was caused by go test
not using the libsqlite3
tag and therefore not properly link against libsqlite3.so.0
. Still interesting that this resulted in such a "soft" runtime error instead of a segfault or such...
Fixed with 540f534c98fd769b9d52f40af8a9db51f567f085
Running the test suite for
github.com/lxc/lxd/lxd/cluster
fails when trying to build the RPM viamock
: