diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2019-04-02 09:53:05 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2019-04-02 09:53:05 -0700 |
| commit | a2b87a1a7fdba9c76f4c4d1b6ee273fb1b1ecfe4 (patch) | |
| tree | a0d1dd84664962ea600c39de8211ca37912a055a /library/compiler-builtins | |
| parent | 7567d9ceb4d79e2ac500620316e02718a5560504 (diff) | |
| download | rust-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.yml | 2 |
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 |
