Fix Linux Gitea workflow gates
Some checks failed
Native code generation / deterministic (push) Failing after 10m31s
JPEG 2000 feature / linux (push) Has been cancelled
Skia feature / linux (push) Has been cancelled
Imaging and meshing gate / native (push) Has been cancelled

This commit is contained in:
2026-08-09 11:51:15 +00:00
parent c7777d42f5
commit 2274dd9a91
4 changed files with 20 additions and 7 deletions

View File

@@ -7,6 +7,8 @@ on:
jobs:
deterministic:
runs-on: ubuntu-latest
env:
CARGO_BUILD_JOBS: "1"
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
@@ -40,7 +42,7 @@ jobs:
cargo test -p libremetaverse --lib joint_get_aliases_list
- name: Build and audit clean Rust-only release artifacts
run: |
cargo build --workspace --release --locked
cargo build -p libremetaverse-codegen --release --locked -j 1
python3 tools/check_codegen_gate.py --release-dir target/release
- name: Lint native generator
run: |