mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 21:26:40 +00:00
Just reset rustflag
This commit is contained in:
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y mold
|
||||
RUN --mount=type=cache,target=/usr/src/labrinth/target \
|
||||
--mount=type=cache,target=/usr/local/cargo/git/db \
|
||||
--mount=type=cache,target=/usr/local/cargo/registry \
|
||||
SQLX_OFFLINE=true RUSTFLAGS="-C link-arg=-fuse-ld=lld" cargo build --profile release-labrinth --package labrinth
|
||||
SQLX_OFFLINE=true RUSTFLAGS="" cargo build --profile release-labrinth --package labrinth
|
||||
|
||||
FROM build AS artifacts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user