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:
parent
0cdcefdcc7
commit
56824411fa
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue