Package: golang-github-linode-linodego / 1.55.0-1

Metadata

Package Version Patches format
golang-github-linode-linodego 1.55.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Disable 32 bit incompatible tests.patch | (download)

test/unit/instance_64bit_test.go | 28 28 + 0 - 0 !
test/unit/instance_test.go | 3 2 + 1 - 0 !
test/unit/mysql_64bit_test.go | 268 268 + 0 - 0 !
test/unit/mysql_test.go | 2 2 + 0 - 0 !
4 files changed, 300 insertions(+), 1 deletion(-)

 disable 32-bit incompatible tests

Bug: https://github.com/linode/linodego/issues/644

These tests will fail to build on 32-bit archs due to untyped int
overflows.

0002 Skip internet test.patch | (download)

test/unit/images_test.go | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skip internet test