diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2019-06-04 07:30:33 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2019-06-05 07:34:48 -0700 |
| commit | 0b88e5a87e4b20810d1b2a2964cbacd4a58e64b6 (patch) | |
| tree | a13b45e0012c0526475eb8d14e6da2862d59f791 | |
| parent | 817d2feb13dd1faad47ec699cd473b8be2093ec9 (diff) | |
| download | rust-0b88e5a87e4b20810d1b2a2964cbacd4a58e64b6.tar.gz rust-0b88e5a87e4b20810d1b2a2964cbacd4a58e64b6.zip | |
azure: Make sure docker directory exists
Looks like the Azure image changed recently so let's account for that!
| -rw-r--r-- | .azure-pipelines/steps/run.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.azure-pipelines/steps/run.yml b/.azure-pipelines/steps/run.yml index cfa28a6a1d7..05b14eb45b2 100644 --- a/.azure-pipelines/steps/run.yml +++ b/.azure-pipelines/steps/run.yml @@ -50,6 +50,7 @@ steps: # on since libstd tests require it - bash: | set -e + sudo mkdir -p /etc/docker echo '{"ipv6":true,"fixed-cidr-v6":"fd9a:8454:6789:13f7::/64"}' | sudo tee /etc/docker/daemon.json sudo service docker restart displayName: Enable IPv6 |
