Skip to content

Commit

Permalink
cicd: macos
Browse files Browse the repository at this point in the history
l-monninger authored Nov 7, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ba3afbc commit fd3441c
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -118,10 +118,10 @@ jobs:


pre-release-x86_64-mac:
if: false # not yet supported
if: true # testing
needs: prepare-release
runs-on:
labels: movement-runner
labels: macos-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
@@ -133,14 +133,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y build-essential
- name: Install oxcross
run: |
git clone https://github.com/tpoechtrager/osxcross
cd osxcross
wget -nc https://s3.dockerproject.org/darwin/v2/MacOSX10.10.sdk.tar.xz
mv MacOSX10.10.sdk.tar.xz tarballs/
UNATTENDED=yes OSX_VERSION_MIN=10.7 ./build.sh
- name: Set up Rust for Mac
uses: actions-rs/toolchain@v1
@@ -226,21 +218,13 @@ jobs:
if: false # not yet supported
needs: prepare-release
runs-on:
labels: movement-runner
labels: macos-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
submodules: 'recursive'
token: ${{ secrets.CI_PAT }}

- name: Install oxcross
run: |
git clone https://github.com/tpoechtrager/osxcross
cd osxcross
wget -nc https://s3.dockerproject.org/darwin/v2/MacOSX10.10.sdk.tar.xz
mv MacOSX10.10.sdk.tar.xz tarballs/
UNATTENDED=yes OSX_VERSION_MIN=10.7 ./build.sh

- name: Set up Rust for Mac ARM64
uses: actions-rs/toolchain@v1
@@ -276,7 +260,7 @@ jobs:


pre-release-x86_64-windows:
if: false # not yet supported
if: true # testing
needs: prepare-release
runs-on:
labels: movement-runner

0 comments on commit fd3441c

Please sign in to comment.