File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174 - name : Install cargo-zigbuild via cargo-binstall
175175 uses : taiki-e/install-action@v2
176176 with :
177- tool : cargo-zigbuild@0.21.1
177+ tool : cargo-zigbuild@0.21.6
178178
179179 - name : Build with Zig
180180 if : matrix.target != 'aarch64-unknown-freebsd'
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 - name : Install cargo-zigbuild
149149 uses : taiki-e/install-action@v2
150150 with :
151- tool : cargo-zigbuild@0.21.1
151+ tool : cargo-zigbuild@0.21.6
152152
153153 - name : Build with Zig
154154 if : matrix.target != 'aarch64-unknown-freebsd'
Original file line number Diff line number Diff line change 8484 if : runner.os == 'Linux' && contains(matrix.build.TARGET, '-gnu')
8585 working-directory : pypi
8686 run : |
87- uvx --from maturin==1.11.5 --with ziglang==0.15.1 --with cargo-zigbuild==0.21.1 \
87+ uvx --from maturin==1.11.5 --with ziglang==0.15.1 --with cargo-zigbuild==0.21.6 \
8888 maturin build --release --target ${{ matrix.build.TARGET }} --zig --compatibility manylinux_2_28 --out dist
8989
9090 - name : Build Python wheels (Linux musllinux with Zig)
9393 run : |
9494 sudo apt-get update
9595 sudo apt-get install -y musl-tools
96- uvx --from maturin==1.11.5 --with ziglang==0.15.1 --with cargo-zigbuild==0.21.1 \
96+ uvx --from maturin==1.11.5 --with ziglang==0.15.1 --with cargo-zigbuild==0.21.6 \
9797 maturin build --release --target ${{ matrix.build.TARGET }} --zig --out dist
9898
9999 - name : Build Python wheels (Windows/macOS)
You can’t perform that action at this time.
0 commit comments