summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-10-22 15:10:00 +0000
committerGitHub <noreply@github.com>2021-10-22 15:10:00 +0000
commit57cd26405a82e9c06bebd8808ad36051c8ff411c (patch)
tree96159a5c498a8b318e4e64e3af6b3647a6a0e83d
parentf62089d6d9422c177578c004dc863e596e6a3465 (diff)
parent3cc7456a4a2f6c1b2423a06da416efdfba8ee646 (diff)
downloadrust-libzfs-57cd26405a82e9c06bebd8808ad36051c8ff411c.zip
Merge #81
81: gha/mac: reduce builds, update to macos-11, update openzfs to 2.1.0, check md5 r=jmesmon a=jmesmon Co-authored-by: Cody P Schafer <dev@codyps.com>
-rw-r--r--.github/workflows/mac.yml10
-rw-r--r--bors.toml1
2 files changed, 5 insertions, 6 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml
index d6a2fa7..80a781e 100644
--- a/.github/workflows/mac.yml
+++ b/.github/workflows/mac.yml
@@ -6,14 +6,11 @@ on:
name: mac
jobs:
mac:
- runs-on: macos-10.15
+ runs-on: macos-11
strategy:
matrix:
rust:
- - stable
- beta
- - nightly
- - 1.48.0
steps:
- uses: actions/checkout@v2
@@ -26,8 +23,9 @@ jobs:
- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v1
- - name: Download openzfs-on-osx
- run: curl -o zfs.pkg https://openzfsonosx.org/forum/download/file.php?id=309&sid=f486243ccdc8e8e13894f14ce0b28d93
+ # MD5 (OpenZFSonOsX-2.1.0-Big.Sur-11.pkg) = 80bee1c01362372ea3a803fdac56bfaa
+ - name: Download OpenZFSonOsX-2.1.0-Big.Sur-11.pkg
+ run: curl -o zfs.pkg https://openzfsonosx.org/forum/download/file.php?id=343&sid=4b2c0ab13fa308c9b91ea188ba907d02
- name: Install openzfs-on-osx
run: sudo installer -verbose -pkg zfs.pkg -target /
diff --git a/bors.toml b/bors.toml
index db128da..a705404 100644
--- a/bors.toml
+++ b/bors.toml
@@ -3,6 +3,7 @@ status = [
"test (beta)",
"test (1.48.0)",
"check",
+ "mac (beta)",
]
cut_body_after = "---"
delete_merged_branches = true