Add FreeBSD CI (verification run, do not merge) - #1
Closed
neilpang wants to merge 10 commits into
Closed
Conversation
GitHub does not offer hosted runners for FreeBSD, so this uses the vmactions FreeBSD VM on top of an ubuntu-latest runner. MoarVM has no test suite of its own, so the job builds NQP against the freshly built MoarVM and runs the NQP test suite. This is a separate workflow file, so it neither interferes with nor delays the existing Azure Pipelines matrix.
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Actions workflow intended to run MoarVM + NQP build/tests on FreeBSD using a VM-based runner on top of ubuntu-latest, providing CI coverage for a non-hosted GitHub runner platform.
Changes:
- Introduces a new “Test on other platforms” workflow that runs on
push,pull_request, andworkflow_dispatch. - Checks out MoarVM and the upstream
Raku/nqprepo, then builds MoarVM and NQP and runs the NQP test suite inside a FreeBSD VM.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+68
to
+69
| perl Configure.pl --prefix=../install | ||
| gmake -j$JOBS install |
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.