Skip to content

Commit

Permalink
disable m1, fix book, release
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaeff committed Dec 14, 2021
1 parent 2839c02 commit 79e75cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,25 +274,25 @@ workflows:
- macos
target:
- x86_64-apple-darwin
- cross_build:
<<: *tag-only
pre-steps:
- install_rust
build-with: SDKROOT=$(xcrun -sdk macosx11.1 --show-sdk-path) MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.1 --show-sdk-platform-version) cargo
add-target: true
matrix:
alias: cross-build-apple-silicon
parameters:
os:
- macos
target:
- aarch64-apple-darwin
# - cross_build:
# <<: *tag-only
# pre-steps:
# - install_rust
# build-with: SDKROOT=$(xcrun -sdk macosx11.1 --show-sdk-path) MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.1 --show-sdk-platform-version) cargo
# add-target: true
# matrix:
# alias: cross-build-apple-silicon
# parameters:
# os:
# - macos
# target:
# - aarch64-apple-darwin
- publish_artifacts:
<<: *tag-only
requires:
- cross-build-linux
- cross-build-macos
- cross-build-apple-silicon
# - cross-build-apple-silicon
- deploy:
filters:
branches:
Expand Down

0 comments on commit 79e75cb

Please sign in to comment.