Skip to content

Commit

Permalink
drop mac
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Nov 18, 2024
1 parent 6c5226e commit 0995fb9
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ jobs:
- build_target: linux64_multiprocess
host: x86_64-pc-linux-gnu
dep_opts: "MULTIPROCESS=1"
- build_target: mac
host: x86_64-apple-darwin
dep_opts: ""
container:
image: ghcr.io/${{ needs.build-image.outputs.repo-name }}/dashcore-ci-runner:${{ needs.build-image.outputs.image-tag }}
options: --user root
Expand All @@ -105,22 +102,6 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Prepare MacOS SDK
if: matrix.host == 'x86_64-apple-darwin'
run: |
mkdir -p depends/SDKs
mkdir -p depends/sdk-sources
OSX_SDK_BASENAME="Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers.tar.gz"
OSX_SDK_PATH="depends/sdk-sources/${OSX_SDK_BASENAME}"
if [ ! -f "$OSX_SDK_PATH" ]; then
echo "Downloading MacOS SDK"
curl --location --fail "https://bitcoincore.org/depends-sources/sdks/${OSX_SDK_BASENAME}" -o "$OSX_SDK_PATH"
fi
if [ -f "$OSX_SDK_PATH" ]; then
echo "Extracting MacOS SDK"
tar -C depends/SDKs -xf "$OSX_SDK_PATH"
fi
- name: Cache depends sources
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -175,8 +156,6 @@ jobs:
host: x86_64-pc-linux-gnu
- build_target: linux64_multiprocess
host: x86_64-pc-linux-gnu
- build_target: mac
host: x86_64-apple-darwin
container:
image: ghcr.io/${{ needs.build-image.outputs.repo-name }}/dashcore-ci-runner:${{ needs.build-image.outputs.image-tag }}
options: --user root
Expand Down

0 comments on commit 0995fb9

Please sign in to comment.