44 workflow_call : {}
55 push :
66 branches :
7- - baml-py-win
7+ - sam/license-fix
88
99concurrency :
1010 # suffix is important to prevent a concurrency deadlock with the calling workflow
@@ -25,40 +25,40 @@ jobs:
2525 runs_on : ubuntu-latest
2626 manylinux : 2_17
2727
28- - target : aarch64-unknown-linux-gnu
29- runs_on : ubuntu-latest
30- manylinux : 2_24
31- # I'm not sure if this actually works; I can't 'pip install ./local-path.whl'
32- # from inside a container based off quay.io/pypa/manylinux2014_aarch64
33- # see https://github.com/astral-sh/uv/issues/3439#issuecomment-2110448346
34- # manylinux: 2_28
35- # env:
36- # # Workaround ring 0.17 build issue
37- # # see https://github.com/briansmith/ring/issues/1728
38- # CFLAGS_aarch64_unknown_linux_gnu: "-D__ARM_ARCH=8"
39-
40- - target : x86_64-unknown-linux-musl
41- runs_on : ubuntu-latest
42- # see https://github.com/astral-sh/uv/blob/9bb55c4ac0582e05d1a7a5bbd99cc7b2c82f1847/.github/workflows/build-binaries.yml#L594
43- manylinux : musllinux_1_1
44-
45- - target : aarch64-unknown-linux-musl
46- runs_on : ubuntu-latest
47- # see https://github.com/astral-sh/uv/blob/9bb55c4ac0582e05d1a7a5bbd99cc7b2c82f1847/.github/workflows/build-binaries.yml#L594
48- manylinux : musllinux_1_1
49-
50- - target : x86_64-apple-darwin
51- runs_on : macos-latest
52-
53- - target : aarch64-apple-darwin
54- runs_on : macos-latest
55-
56- - target : x86_64-pc-windows-msvc
57- runs_on : windows-latest
58-
59- - target : aarch64-pc-windows-msvc
60- runs_on : windows-11-arm
61- architecture : arm64
28+ # - target: aarch64-unknown-linux-gnu
29+ # runs_on: ubuntu-latest
30+ # manylinux: 2_24
31+ # # I'm not sure if this actually works; I can't 'pip install ./local-path.whl'
32+ # # from inside a container based off quay.io/pypa/manylinux2014_aarch64
33+ # # see https://github.com/astral-sh/uv/issues/3439#issuecomment-2110448346
34+ # # manylinux: 2_28
35+ # # env:
36+ # # # Workaround ring 0.17 build issue
37+ # # # see https://github.com/briansmith/ring/issues/1728
38+ # # CFLAGS_aarch64_unknown_linux_gnu: "-D__ARM_ARCH=8"
39+
40+ # - target: x86_64-unknown-linux-musl
41+ # runs_on: ubuntu-latest
42+ # # see https://github.com/astral-sh/uv/blob/9bb55c4ac0582e05d1a7a5bbd99cc7b2c82f1847/.github/workflows/build-binaries.yml#L594
43+ # manylinux: musllinux_1_1
44+
45+ # - target: aarch64-unknown-linux-musl
46+ # runs_on: ubuntu-latest
47+ # # see https://github.com/astral-sh/uv/blob/9bb55c4ac0582e05d1a7a5bbd99cc7b2c82f1847/.github/workflows/build-binaries.yml#L594
48+ # manylinux: musllinux_1_1
49+
50+ # - target: x86_64-apple-darwin
51+ # runs_on: macos-latest
52+
53+ # - target: aarch64-apple-darwin
54+ # runs_on: macos-latest
55+
56+ # - target: x86_64-pc-windows-msvc
57+ # runs_on: windows-latest
58+
59+ # - target: aarch64-pc-windows-msvc
60+ # runs_on: windows-11-arm
61+ # architecture: arm64
6262
6363 name : ${{ matrix._.target }}
6464 runs-on : ${{ matrix._.runs_on }}
@@ -131,6 +131,7 @@ jobs:
131131 # see https://github.com/PyO3/maturin/issues/2110
132132 XWIN_VERSION : " 16"
133133 with :
134+ maturin-version : " 1.9.2"
134135 target : ${{ matrix._.target }}
135136 command : build
136137 # building in engine/ ensures that we pick up .cargo/config.toml
0 commit comments