@@ -35,43 +35,44 @@ jobs:
3535 # When updating this list, the reminder to update the target list in ci.yml.
3636 include :
3737 # Native builds
38- - target : x86_64-unknown-linux-gnu
39- os : ubuntu-latest
40- build_tool : cargo
41- - target : x86_64-pc-windows-msvc
42- os : windows-latest
43- build_tool : cargo
44- - target : i686-pc-windows-msvc
45- os : windows-latest
46- build_tool : cargo
38+ # - target: x86_64-unknown-linux-gnu
39+ # os: ubuntu-latest
40+ # build_tool: cargo
41+ # - target: x86_64-pc-windows-msvc
42+ # os: windows-latest
43+ # build_tool: cargo
44+ # - target: i686-pc-windows-msvc
45+ # os: windows-latest
46+ # build_tool: cargo
4747 - target : aarch64-apple-darwin
4848 os : macos-latest
4949 build_tool : cargo
50- - target : x86_64-apple-darwin
51- os : macos-latest
52- build_tool : cargo
53- # - target: universal-apple-darwin
50+ # - target: x86_64-apple-darwin
5451 # os: macos-latest
5552 # build_tool: cargo
53+ # # - target: universal-apple-darwin
54+ # # os: macos-latest
55+ # # build_tool: cargo
5656
5757 # Builds using cross
58- - target : aarch64-unknown-linux-gnu
59- os : ubuntu-latest
60- build_tool : cross
61- - target : x86_64-unknown-linux-musl
62- os : ubuntu-latest
63- build_tool : cross
58+ # - target: aarch64-unknown-linux-gnu
59+ # os: ubuntu-latest
60+ # build_tool: cross
61+ # - target: x86_64-unknown-linux-musl
62+ # os: ubuntu-latest
63+ # build_tool: cross
6464 - target : x86_64-unknown-freebsd
6565 os : ubuntu-latest
6666 build_tool : cross
67- - target : x86_64-unknown-illumos
68- os : ubuntu-latest
69- build_tool : cross
67+ # - target: x86_64-unknown-illumos
68+ # os: ubuntu-latest
69+ # build_tool: cross
7070 runs-on : ${{ matrix.os }}
7171 steps :
7272 - uses : actions/checkout@v3
7373 with :
7474 persist-credentials : false
75+ - uses : dtolnay/rust-toolchain@stable
7576 - name : Install cross-compilation tools
7677 uses : taiki-e/setup-cross-toolchain-action@v1
7778 with :
0 commit comments