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