Skip to content

Commit

Permalink
ci: cargo build --locked
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Jan 14, 2019
1 parent 0cdcefd commit 5682441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5682441

Please sign in to comment.