Add DragonFly, illumos, Solaris to CI. #2341
Merged
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.
Hot on the heels of #2338, this adds more OSes using a different action.
The only note compared to the previous one is that, compared to
cross-platform-actions/action
,vmactions
has one action per OS, which is harder to configure, because GitHub doesn't allow matrix runs to configureuses
dependencies.So I had to create a custom action
template.yml
, and useenvsubst
to change theuses
dependency.The stretch goal is to, as a follow up, enable the compiler in many of these, confident that it works: https://github.com/ncruces/wazero/pull/3
I also fixed up the
README
because we're erroneously claiming we test macOS onamd64
, but moving tomacos-14
runner, we actually test onarm64
.