jsonschema-rs icon indicating copy to clipboard operation
jsonschema-rs copied to clipboard

Build Python wheels for Apple Silicon M1

Open Stranger6667 opened this issue 4 years ago • 1 comments

Links:

  • How it is done in Rust-analyzer - https://github.com/rust-analyzer/rust-analyzer/pull/6989/files
  • more notes - https://github.com/shepmaster/rust/blob/silicon/silicon/README.md
    - name: Install Rust toolchain
      uses: actions-rs/toolchain@v1
      with:
        toolchain: stable
        target: aarch64-apple-darwin
        profile: minimal
        override: true

Related to #159

Stranger6667 avatar Jan 28 '21 17:01 Stranger6667

Ref: https://github.com/ijl/orjson/commit/f5b4bb107693bc2c115783e9425f70009e92fca0

Stranger6667 avatar Mar 17 '21 21:03 Stranger6667