Use --frozen instead of --locked

This commit is contained in:
Joakim Hulthe
2026-04-23 15:56:29 +02:00
parent 43338c3fd4
commit f97907e95e

View File

@@ -56,7 +56,7 @@ build() {
# This avoids clashes with host system when building in a container.
# Compile all binaries
cargo auditable build --release --locked \
cargo auditable build --release --frozen \
--target "$CHOST" \
-p mullvad-cli \
-p mullvad-daemon \
@@ -65,7 +65,7 @@ build() {
-p mullvad-setup
# Generate vendored relay list
cargo run --locked \
cargo run --frozen \
-p mullvad-api --bin relay_list \
--target "$CHOST" \
> "$builddir/relays.json"