From abd4b3a83cdc6b2a8e36a238d096afa9c83d3eb5 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Fri, 10 May 2019 10:04:34 +0200 Subject: [PATCH] ci: remove travis ipv6 docker hack on azure --- .azure-pipelines/steps/linux.yml | 8 -------- 1 file changed, 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"