From b133d602cecd6fd5660895945598839e49c05149 Mon Sep 17 00:00:00 2001 From: Dylan Myers Date: Fri, 17 May 2024 22:21:18 -0400 Subject: [PATCH] Ignore host_aix_ppc64 for now --- host/host_aix_ppc64.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/host/host_aix_ppc64.go b/host/host_aix_ppc64.go index 781629378..de9674b73 100644 --- a/host/host_aix_ppc64.go +++ b/host/host_aix_ppc64.go @@ -1,5 +1,5 @@ -//go:build aix && ppc64 -// +build aix,ppc64 +//go:build aix && ppc64 && cgo +// +build aix,ppc64,cgo // Guessed at from the following document: // https://www.ibm.com/docs/sl/ibm-mq/9.2?topic=platforms-standard-data-types-aix-linux-windows @@ -7,7 +7,7 @@ package host const ( - sizeofPtr = 0x + sizeofPtr = 0x8 sizeofShort = 0x2 sizeofInt = 0x4 sizeofLong = 0x8