about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-05-10 10:04:34 +0200
committerPietro Albini <pietro@pietroalbini.org>2019-05-10 10:04:34 +0200
commitabd4b3a83cdc6b2a8e36a238d096afa9c83d3eb5 (patch)
treefb1ae94ef6cd1e11ccd0da43aa1823f1024ae6c5
parentc50517ae85960a9f16de0fa1f02e93413a8f1578 (diff)
downloadrust-abd4b3a83cdc6b2a8e36a238d096afa9c83d3eb5.tar.gz
rust-abd4b3a83cdc6b2a8e36a238d096afa9c83d3eb5.zip
ci: remove travis ipv6 docker hack on azure
-rw-r--r--.azure-pipelines/steps/linux.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.azure-pipelines/steps/linux.yml b/.azure-pipelines/steps/linux.yml
index 288c4c9854e..b347549ccb7 100644
--- a/.azure-pipelines/steps/linux.yml
+++ b/.azure-pipelines/steps/linux.yml
@@ -17,14 +17,6 @@ steps:
     mkdir -p $HOME/rustsrc
   displayName:  Prep
 
-# FIXME(#46924): these two commands are required to enable IPv6,
-# they shouldn't exist, please revert once more official solutions appeared.
-# see https://github.com/travis-ci/travis-ci/issues/8891#issuecomment-353403729
-- bash: |
-    echo '{"ipv6":true,"fixed-cidr-v6":"fd9a:8454:6789:13f7::/64"}' | sudo tee /etc/docker/daemon.json
-    sudo service docker restart
-  displayName: Enable IPv6  
-
 # FIXME: using the job display name feels brittle. Is there a better variable that represents the current matrix key?
 - bash: |
     export RUN_SCRIPT="$BUILD_SOURCESDIRECTORY/src/ci/init_repo.sh . $HOME/rustsrc && src/ci/docker/run.sh $IMAGE"