steampipe-plugin-kubernetes icon indicating copy to clipboard operation
steampipe-plugin-kubernetes copied to clipboard

Failed to build Linux `steampipe-postgres-fdw` binaries for Kubernetes plugin

Open pskrbasu opened this issue 1 year ago • 2 comments

Currently, we are unable to build the Linux binaries for steampipe-postgres-fdw.

To get build error run (on Linux):

  • make standalone plugin=kubernetes (from steampipe-postgres-fdw repo)

what was the compilation problem?

The build error was Linux only, and related to code relocation:

relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol 'type:string' which may bind externally can not be used when making a shared object; recompile with -fPIC

We tried using the fPIC flag (and many other things)

pskrbasu avatar Nov 12 '24 11:11 pskrbasu

Is it possible to skip the AARCH64 build and release for the other architectures?

jDmacD avatar Jan 13 '25 12:01 jDmacD

Sure @jDmacD, we will try and release the mac FDW binaries for Kubernetes in the next release.

cc @misraved

pskrbasu avatar Jan 17 '25 07:01 pskrbasu