Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2025-10-27
toolchain: nightly-2026-01-04
components: clippy
- name: Cache cargo
uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2025-10-27
toolchain: nightly-2026-01-04
components: rustfmt
- name: Check formatting
run: cargo fmt --all -- --check
18 changes: 9 additions & 9 deletions .github/workflows/pack-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
test: |
apt-get update &&
rustup install nightly-2025-10-27 &&
rustup default nightly-2025-10-27 &&
rustup install nightly-2026-01-04 &&
rustup default nightly-2026-01-04 &&
rustup target add x86_64-unknown-linux-gnu &&
cargo test -p pack-tests --target x86_64-unknown-linux-gnu
- host: ubuntu-latest
Expand All @@ -43,8 +43,8 @@ jobs:
echo "https://dl-cdn.alpinelinux.org/alpine/v3.21/community" >> /etc/apk/repositories &&
apk update &&
apk add --no-cache libc6-compat pkgconfig dav1d libdav1d dav1d-dev clang-static llvm-dev &&
rustup install nightly-2025-10-27 &&
rustup default nightly-2025-10-27 &&
rustup install nightly-2026-01-04 &&
rustup default nightly-2026-01-04 &&
rustup target add x86_64-unknown-linux-musl &&
export RUSTFLAGS='--cfg tokio_unstable -Zshare-generics=y -Zthreads=8 -Csymbol-mangling-version=v0 -Ctarget-feature=-crt-static' &&
cargo test -p pack-tests --target x86_64-unknown-linux-musl
Expand All @@ -53,8 +53,8 @@ jobs:
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
test: |
apt-get update && apt-get install -y libc6-dev-arm64-cross libgcc-s1-arm64-cross &&
rustup install nightly-2025-10-27 &&
rustup default nightly-2025-10-27 &&
rustup install nightly-2026-01-04 &&
rustup default nightly-2026-01-04 &&
rustup target add aarch64-unknown-linux-gnu &&
export QEMU_LD_PREFIX=/usr/aarch64-linux-gnu &&
cargo test -p pack-tests --target aarch64-unknown-linux-gnu
Expand All @@ -68,8 +68,8 @@ jobs:
echo "https://dl-cdn.alpinelinux.org/alpine/v3.21/community" >> /etc/apk/repositories &&
apk update &&
apk add --no-cache libc6-compat pkgconfig dav1d libdav1d dav1d-dev clang-static llvm-dev &&
rustup install nightly-2025-10-27 &&
rustup default nightly-2025-10-27 &&
rustup install nightly-2026-01-04 &&
rustup default nightly-2026-01-04 &&
rustup target add aarch64-unknown-linux-musl &&
export RUSTFLAGS='--cfg tokio_unstable -Zshare-generics=y -Zthreads=8 -Csymbol-mangling-version=v0' &&
cargo test -p pack-tests --target aarch64-unknown-linux-musl
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
if: ${{ !matrix.settings.docker }}
with:
toolchain: nightly-2025-10-27
toolchain: nightly-2026-01-04
targets: ${{ matrix.settings.target }}
- name: Cache cargo
uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pack-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2025-10-27
toolchain: nightly-2026-01-04
components: rustfmt, clippy

- name: Rust Cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pack-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2025-10-27
toolchain: nightly-2026-01-04
components: rustfmt, clippy

- name: Cache cargo
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/pack-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
build: |
apt-get update && apt-get install -y libc6-dev-arm64-cross libgcc-s1-arm64-cross &&
rustup install nightly-2025-10-27 &&
rustup default nightly-2025-10-27 &&
rustup install nightly-2026-01-04 &&
rustup default nightly-2026-01-04 &&
rustup target add aarch64-unknown-linux-gnu &&
npm run build:binding --workspace=@utoo/pack -- --target aarch64-unknown-linux-gnu
- host: ubuntu-latest
Expand All @@ -38,8 +38,8 @@ jobs:
echo "https://dl-cdn.alpinelinux.org/alpine/v3.21/community" >> /etc/apk/repositories &&
apk update &&
apk add --no-cache libc6-compat pkgconfig dav1d libdav1d dav1d-dev clang-static llvm-dev &&
rustup install nightly-2025-10-27 &&
rustup default nightly-2025-10-27 &&
rustup install nightly-2026-01-04 &&
rustup default nightly-2026-01-04 &&
rustup target add aarch64-unknown-linux-musl &&
export RUSTFLAGS='--cfg tokio_unstable -Zshare-generics=y -Zthreads=8 -Zunstable-options -Csymbol-mangling-version=v0 -Clinker-flavor=gnu-lld-cc -Clink-self-contained=+linker' &&
npm run build:binding --workspace=@utoo/pack -- --target aarch64-unknown-linux-musl
Expand All @@ -48,8 +48,8 @@ jobs:
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
build: |
apt-get update &&
rustup install nightly-2025-10-27 &&
rustup default nightly-2025-10-27 &&
rustup install nightly-2026-01-04 &&
rustup default nightly-2026-01-04 &&
rustup target add x86_64-unknown-linux-gnu &&
npm run build:binding --workspace=@utoo/pack -- --target x86_64-unknown-linux-gnu
- host: ubuntu-latest
Expand All @@ -63,8 +63,8 @@ jobs:
echo "https://dl-cdn.alpinelinux.org/alpine/v3.21/community" >> /etc/apk/repositories &&
apk update &&
apk add --no-cache libc6-compat pkgconfig dav1d libdav1d dav1d-dev clang-static llvm-dev &&
rustup install nightly-2025-10-27 &&
rustup default nightly-2025-10-27 &&
rustup install nightly-2026-01-04 &&
rustup default nightly-2026-01-04 &&
rustup target add x86_64-unknown-linux-musl &&
export RUSTFLAGS='--cfg tokio_unstable -Zshare-generics=y -Zthreads=8 -Csymbol-mangling-version=v0' &&
npm run build:binding --workspace=@utoo/pack -- --target x86_64-unknown-linux-musl
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
if: ${{ !matrix.settings.docker }}
with:
toolchain: nightly-2025-10-27
toolchain: nightly-2026-01-04
targets: ${{ matrix.settings.target }}
- name: Cache cargo
uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pm-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2025-10-27
toolchain: nightly-2026-01-04

- name: Cache cargo
uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
if: ${{ !matrix.settings.docker }}
with:
toolchain: nightly-2025-10-27
toolchain: nightly-2026-01-04
targets: ${{ matrix.settings.target }}

- name: Cache cargo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pm-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2025-10-27
toolchain: nightly-2026-01-04
targets: ${{ matrix.settings.target }}

- name: Cache cargo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2025-10-27
toolchain: nightly-2026-01-04
targets: ${{ matrix.target }}

- name: Cache cargo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/taplo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2025-10-27
toolchain: nightly-2026-01-04
- name: Cache cargo
uses: Swatinem/rust-cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/utooweb-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2025-10-27
toolchain: nightly-2026-01-04
targets: wasm32-unknown-unknown
components: rust-src
- name: Cache cargo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/utooweb-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2025-10-27
toolchain: nightly-2026-01-04
targets: wasm32-unknown-unknown
components: rust-src
- name: Cache cargo
Expand Down
Loading
Loading