fix(ci): build dx from source for glibc compat
Some checks failed
CI / Clippy (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
CI / Tests (push) Has been cancelled
CI / Build & Push Image (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Security Audit (pull_request) Successful in 1m44s
CI / Tests (pull_request) Successful in 2m49s
CI / Format (pull_request) Successful in 6m39s
CI / Clippy (pull_request) Successful in 2m14s
CI / Build & Push Image (pull_request) Has been skipped
Some checks failed
CI / Clippy (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
CI / Tests (push) Has been cancelled
CI / Build & Push Image (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Security Audit (pull_request) Successful in 1m44s
CI / Tests (pull_request) Successful in 2m49s
CI / Format (pull_request) Successful in 6m39s
CI / Clippy (pull_request) Successful in 2m14s
CI / Build & Push Image (pull_request) Has been skipped
The cargo-binstall prebuilt dx binary requires GLIBC 2.38+ which is unavailable in rust:1.89-bookworm. Build from source with cargo install instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -36,9 +36,7 @@ jobs:
|
||||
- run: rustup component add rustfmt
|
||||
- run: cargo fmt --check
|
||||
- name: Install dx CLI
|
||||
run: |
|
||||
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
||||
cargo binstall dioxus-cli@0.7.3 -y --force
|
||||
run: cargo install dioxus-cli@0.7.3 --locked
|
||||
- name: RSX format check
|
||||
run: dx fmt --check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user