diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a930f208f9c46..fb40108f0c0fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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: @@ -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