mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 18:48:23 +02:00
🔧 Avoid using global static mut variables when possible
This commit is contained in:
parent
0279e75c4b
commit
3a8ba4cbee
6 changed files with 270 additions and 218 deletions
|
@ -264,7 +264,8 @@ RUN set -eux; \
|
|||
./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch}; \
|
||||
rm rustup-init; \
|
||||
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
|
||||
rustup component add rustfmt;
|
||||
rustup component add rustfmt; \
|
||||
rustup component add clippy;
|
||||
|
||||
WORKDIR /usr/local
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue