summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-01-13 22:32:06 +0100
committerBert Belder <bertbelder@gmail.com>2019-01-14 02:18:18 +0100
commit56824411fa3a5461efcc1ec10ffaec44f03b14e9 (patch)
tree82b1169a315ae32c6f447901ade2d7f3e9a785ad
parent0cdcefdcc7abfadd427bbf19f1ec9c048cf2e723 (diff)
ci: cargo build --locked
-rw-r--r--.appveyor.yml2
-rw-r--r--.travis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index ff5188548..e9dd60b31 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -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
diff --git a/.travis.yml b/.travis.yml
index c1bdb2267..b946708cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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