Probe OpenBSD/NetBSD/DragonFly/Solaris (verification run, do not merge) - #2
Closed
neilpang wants to merge 5 commits into
Closed
Probe OpenBSD/NetBSD/DragonFly/Solaris (verification run, do not merge)#2neilpang wants to merge 5 commits into
neilpang wants to merge 5 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Actions workflow intended to build MoarVM and then build/test NQP inside VM-based runners for additional *BSD/Solaris platforms, to help validate cross-platform support.
Changes:
- Introduces a new workflow to run builds/tests in OpenBSD, NetBSD, DragonFly BSD, and Solaris via
vmactions/*-vm. - Checks out both MoarVM and NQP, builds MoarVM into a local prefix, then configures/builds/tests NQP against that install.
- Includes basic toolchain/probe output to aid troubleshooting on these platforms.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+3
to
+10
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| pull_request: | ||
| branches: | ||
| - main | ||
| workflow_dispatch: |
Comment on lines
+95
to
+96
| prepare: | | ||
| /usr/sbin/pkg_add -u perl gmake git-base |
Owner
Author
|
Closing: this was a fork-internal verification run for MoarVM#1418, not intended for merge. The real PRs are MoarVM#2027 and MoarVM/libuv#1. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Verification run for MoarVM#1418. Not for merge.