-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Akuli <[email protected]> Fixes: #567
- Loading branch information
Showing
2 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,20 +10,18 @@ jobs: | |
timeout-minutes: 10 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
# TODO: disabled for now because freezes with no output for some reason. | ||
# Started happening in #562, so it has something to do with self-hosted compiler. | ||
# | ||
with: | ||
fetch-depth: 0 # Fetch the whole Git history | ||
# TODO: don't use an action for this? could we instead install qemu from apt and call it? | ||
- if: false | ||
uses: cross-platform-actions/[email protected] | ||
- uses: cross-platform-actions/[email protected] | ||
env: | ||
PKG_PATH: 'https://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/10.0/All' | ||
with: | ||
operating_system: netbsd | ||
version: '10.0' | ||
environment_variables: PKG_PATH | ||
run: | | ||
sudo pkgin -y install clang gmake diffutils && \ | ||
sudo pkgin -y install clang gmake diffutils git && \ | ||
gmake && \ | ||
./runtests.sh --verbose --stage1 && \ | ||
./runtests.sh --verbose --stage2 && \ | ||
|
This file contains 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