about summary refs log tree commit diff
path: root/library/compiler-builtins
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2019-04-02 09:53:05 -0700
committerAlex Crichton <alex@alexcrichton.com>2019-04-02 09:53:05 -0700
commita2b87a1a7fdba9c76f4c4d1b6ee273fb1b1ecfe4 (patch)
treea0d1dd84664962ea600c39de8211ca37912a055a /library/compiler-builtins
parent7567d9ceb4d79e2ac500620316e02718a5560504 (diff)
downloadrust-a2b87a1a7fdba9c76f4c4d1b6ee273fb1b1ecfe4.tar.gz
rust-a2b87a1a7fdba9c76f4c4d1b6ee273fb1b1ecfe4.zip
Generate a lock file before using Docker
Can't do it in the readonly filesystem inside!
Diffstat (limited to 'library/compiler-builtins')
-rw-r--r--library/compiler-builtins/ci/azure-steps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/compiler-builtins/ci/azure-steps.yml b/library/compiler-builtins/ci/azure-steps.yml
index 251b2d58443..19972a7c0a3 100644
--- a/library/compiler-builtins/ci/azure-steps.yml
+++ b/library/compiler-builtins/ci/azure-steps.yml
@@ -11,6 +11,6 @@ steps:
     condition: ne( variables['Agent.OS'], 'Linux' )
     displayName: Run test script
 
-  - bash: ./ci/run-docker.sh $TARGET
+  - bash: cargo generate-lockfile && ./ci/run-docker.sh $TARGET
     condition: eq( variables['Agent.OS'], 'Linux' )
     displayName: Run docker test script