-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump freebsd-vm action to v1.0.2 & use ubuntu
- Loading branch information
Showing
1 changed file
with
8 additions
and
5 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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
job: | ||
- { os: macos-12 , features: unix } ## GHA MacOS-11.0 VM won't have VirtualBox; refs: <https://github.com/actions/virtual-environments/issues/4060> , <https://github.com/actions/virtual-environments/pull/4010> | ||
- { os: ubuntu-22.04 , features: feat_os_unix } | ||
env: | ||
SCCACHE_GHA_ENABLED: "true" | ||
RUSTC_WRAPPER: "sccache" | ||
|
@@ -35,9 +35,11 @@ jobs: | |
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected] | ||
- name: Prepare, build and test | ||
uses: vmactions/freebsd-vm@v0.3.1 | ||
uses: vmactions/freebsd-vm@v1.0.2 | ||
with: | ||
usesh: true | ||
sync: rsync | ||
copyback: false | ||
# We need jq to run show-utils.sh and bash to use inline shell string replacement | ||
prepare: pkg install -y curl sudo jq bash | ||
run: | | ||
|
@@ -114,7 +116,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
job: | ||
- { os: macos-12 , features: unix } ## GHA MacOS-11.0 VM won't have VirtualBox; refs: <https://github.com/actions/virtual-environments/issues/4060> , <https://github.com/actions/virtual-environments/pull/4010> | ||
- { os: ubuntu-22.04 , features: feat_os_unix } | ||
env: | ||
mem: 4096 | ||
SCCACHE_GHA_ENABLED: "true" | ||
|
@@ -125,10 +127,11 @@ jobs: | |
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected] | ||
- name: Prepare, build and test | ||
uses: vmactions/freebsd-vm@v0.3.1 | ||
uses: vmactions/freebsd-vm@v1.0.2 | ||
with: | ||
usesh: true | ||
# sync: sshfs | ||
sync: rsync | ||
copyback: false | ||
prepare: pkg install -y curl gmake sudo | ||
run: | | ||
## Prepare, build, and test | ||
|