Skip to content
Snippets Groups Projects
Verified Commit 56b860d0 authored by Louis's avatar Louis :fire:
Browse files

Bump to rust 1.78

parent e13e708e
Branches 1.78.0-stable
No related tags found
No related merge requests found
Pipeline #605 canceled with stage
in 6 minutes and 19 seconds
## This file can be used to build arm64 Linux versions of a Bevy project ## This file can be used to build arm64 Linux versions of a Bevy project
FROM r.lcr.gr/microhacks/msdfgen-builder:arm64 AS msdfgen FROM r.lcr.gr/microhacks/msdfgen-builder:arm64 AS msdfgen
FROM rust:1.70.0-slim FROM rust:1.78.0-slim
COPY --from=msdfgen /usr/bin/msdf-atlas-gen /usr/bin/msdf-atlas-gen COPY --from=msdfgen /usr/bin/msdf-atlas-gen /usr/bin/msdf-atlas-gen
......
## This file can be used to build x86 Linux, x86 Windows and Wasm versions of a Bevy project ## This file can be used to build x86 Linux, x86 Windows and Wasm versions of a Bevy project
FROM r.lcr.gr/microhacks/msdfgen-builder:latest AS msdfgen FROM r.lcr.gr/microhacks/msdfgen-builder:latest AS msdfgen
FROM rust:1.70.0-slim AS trunkbuild FROM rust:1.78.0-slim AS trunkbuild
RUN cargo install --locked trunk && \ RUN cargo install --locked trunk && \
rm -rf ~/.cargo/registry/{cache,src} rm -rf ~/.cargo/registry/{cache,src}
FROM rust:1.70.0-slim FROM rust:1.78.0-slim
COPY --from=msdfgen /usr/bin/msdf-atlas-gen /usr/bin/msdf-atlas-gen COPY --from=msdfgen /usr/bin/msdf-atlas-gen /usr/bin/msdf-atlas-gen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment