1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 15:19:40 -05:00

ci: cargo build --locked

This commit is contained in:
Bert Belder 2019-01-13 22:32:06 +01:00
parent 0cdcefdcc7
commit 56824411fa
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461
2 changed files with 2 additions and 2 deletions

View file

@ -349,7 +349,7 @@ before_build:
build_script:
# Build with Cargo first. Both builds produce a deno.exe in the same dir. We
# want the final one (which gets tested and released) to be built by Ninja.
- cargo build -vv --release
- cargo build -vv --release --locked
- ps: Set-FilesNeeded -Auto -Reason "Cargo build finished"
- python tools\build.py

View file

@ -106,7 +106,7 @@ jobs:
- name: "cargo release linux"
os: linux
script:
- cargo build -vv --release
- cargo build -vv --release --locked
# LSAN: We are in the process of getting a completely clean LSAN build,
# but it will take some work. So for now we just run a subset of the