Add support for aix/ppc64 build#263
Conversation
lbajolet-hashicorp
left a comment
There was a problem hiding this comment.
Hey @jtroy,
Thanks for the PR, and apologies for leaving it open for so long.
The changes make sense, please be aware though that while this change makes it possible for Packer and plugins to be compiled for AIX, we won't start releasing those builds because of the maintenance implications that it has, as we don't have the resources to maintain yet another arch/OS combo.
That said, I'll merge this today and make it part of the next release of the SDK, this way you will be able to rely on it for your developments, hope this is good enough for you.
Thanks again for the PR @jtroy, much appreciated!
|
Hi, @lbajolet-hashicorp, I should've mentioned that I have no expectation of any kind of official AIX support. Sorry about that. Thanks for pulling it in! |
|
Don't worry, no need to be sorry at all, I just wanted to make sure to clarify that it's not in our priorities to support AIX :) |
This PR adds support for building for the aix/ppc64 target. The following minor changes have been made:
aixwith the other Unixes.To reproduce the build failure:
The above command returns success when run with this PR's changes and the go-cty fix.
Test results from an AIX 7.3 system, again with the go-cty fix applied: