- workflow updates
This commit is contained in:
@@ -40,6 +40,14 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
- name: Install clang
|
||||||
|
run: |
|
||||||
|
if ! command -v clang >/dev/null 2>&1; then
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install -y clang
|
||||||
|
fi
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
run: |
|
run: |
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
@@ -89,18 +97,18 @@ jobs:
|
|||||||
rustup target add aarch64-unknown-linux-gnu
|
rustup target add aarch64-unknown-linux-gnu
|
||||||
maturin build --release --out dist --target aarch64-unknown-linux-gnu --zig
|
maturin build --release --out dist --target aarch64-unknown-linux-gnu --zig
|
||||||
|
|
||||||
# rustup target add x86_64-pc-windows-msvc
|
rustup target add x86_64-pc-windows-msvc
|
||||||
# maturin build --release --out dist --target x86_64-pc-windows-msvc
|
maturin build --release --out dist --target x86_64-pc-windows-msvc
|
||||||
# rustup target add aarch64-pc-windows-msvc
|
rustup target add aarch64-pc-windows-msvc
|
||||||
# maturin build --release --out dist --target aarch64-pc-windows-msvc
|
maturin build --release --out dist --target aarch64-pc-windows-msvc
|
||||||
#
|
|
||||||
# rustup target add x86_64-apple-darwin
|
rustup target add x86_64-apple-darwin
|
||||||
# maturin build --release --out dist --target x86_64-apple-darwin --zig
|
maturin build --release --out dist --target x86_64-apple-darwin --zig
|
||||||
# rustup target add aarch64-apple-darwin
|
rustup target add aarch64-apple-darwin
|
||||||
# maturin build --release --out dist --target aarch64-apple-darwin --zig
|
maturin build --release --out dist --target aarch64-apple-darwin --zig
|
||||||
|
|
||||||
- name: Upload wheels
|
- name: Upload wheels
|
||||||
uses: actions/upload-artifact@v4
|
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wheels*
|
name: wheels*
|
||||||
path: dist
|
path: dist
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
[](https://git.wimpomp.nl/wim/tiffwrite/actions/workflows/pytest.yml)
|
[](https://git.wimpomp.nl/wim/tiffwrite/actions/workflows/pytest.yml)
|
||||||
|
[](https://git.wimpomp.nl/wim/tiffwrite/actions/workflows/cargo_test.yml)
|
||||||
|
|
||||||
# Tiffwrite
|
# Tiffwrite
|
||||||
Write BioFormats/ImageJ compatible tiffs with zstd compression in parallel using Rust.
|
Write BioFormats/ImageJ compatible tiffs with zstd compression in parallel using Rust.
|
||||||
|
|||||||
Reference in New Issue
Block a user