Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've provisioned 2 test and 1 release smartos 17 machines and this is the required changes for ansible to get it set up. The only iffy bit that I bet there's a better answer for is the gcc7 links into /opt/local/bin, it's strange that there aren't links by default and there must be some kind of equivalent to debian style "alternatives". It works at least.
I've got rules in place to make Node >=10 binaries build on smartos 17, 64-bit only from 10 onward like for linux.
VersionSelectorScript.groovy now has the following:
Roughly translated as:
Builds from today onward (nightlies and the Node 10 test builds most notably) are using this configuration. Also including the absence of sunos-x86 binaries.
@geek
/ref #885
/ref #1149