mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Lock Linux CI cbindgen version and dependencies
This allows us to keep testing building with the minimal supported Rust version.
This commit is contained in:
parent
95467c2327
commit
59d28fed9b
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ ENV RUSTUP_HOME=/usr/local/rust
|
|||
ENV CARGO_HOME=/usr/local/rust
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.76.0 -y
|
||||
# Install cbindgen for building SpiderMonkey
|
||||
RUN /usr/local/rust/bin/cargo install cbindgen
|
||||
RUN /usr/local/rust/bin/cargo install --locked cbindgen@0.29.0
|
||||
|
||||
ENV PATH="${RUSTUP_HOME}/bin:${PATH}"
|
||||
ENV SHELL=/bin/bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue