|
Some checks failed
Test / frontend-tests (pull_request) Successful in 1m40s
Test / frontend-typecheck (pull_request) Successful in 1m51s
PR Review Automation / review (pull_request) Successful in 3m32s
Test / rust-fmt-check (pull_request) Successful in 11m27s
Test / rust-tests (pull_request) Failing after 11m53s
Test / rust-clippy (pull_request) Failing after 11m55s
Directly specify libsodium library paths via SODIUM_LIB_DIR environment variable instead of relying on pkg-config detection. This is the highest priority method in libsodium-sys-stable's build.rs and bypasses all pkg-config/vcpkg logic. Platform-specific paths: - Linux x86_64: /usr/lib/x86_64-linux-gnu - Linux aarch64: /usr/lib/aarch64-linux-gnu - Windows MinGW: /usr/x86_64-w64-mingw32/lib Changes: - test.yml: Add SODIUM_LIB_DIR to all cargo commands - auto-tag.yml: Add SODIUM_LIB_DIR to all build jobs This resolves "libsodium not found via pkg-config or vcpkg" by telling the build script exactly where libsodium is installed. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| auto-tag.yml | ||
| build-images.yml | ||
| pr-review.yml | ||
| release-beta.yml | ||
| renovate.yaml | ||
| sync-beta.yml | ||
| test.yml | ||