Complete native extension milestone gate (#84)
Some checks failed
Native code generation / deterministic (push) Has been cancelled

This commit is contained in:
2026-08-11 04:09:22 +00:00
parent 2558e2f49f
commit 5eac1dbc1f
13 changed files with 615 additions and 197 deletions

View File

@@ -104,6 +104,10 @@ jobs:
OPENJPEG_PREFIX: /tmp/metacrate-openjpeg-${{ github.run_id }}
PKG_CONFIG_PATH: /tmp/metacrate-openjpeg-${{ github.run_id }}/lib/pkgconfig
LD_LIBRARY_PATH: /tmp/metacrate-openjpeg-${{ github.run_id }}/lib
CARGO_BUILD_JOBS: 1
CARGO_INCREMENTAL: 0
CARGO_PROFILE_DEV_DEBUG: 0
CARGO_PROFILE_TEST_DEBUG: 0
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable