Skip to content

Commit abd4b3a

Browse files
committed
ci: remove travis ipv6 docker hack on azure
1 parent c50517a commit abd4b3a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.azure-pipelines/steps/linux.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ steps:
1717
mkdir -p $HOME/rustsrc
1818
displayName: Prep
1919

20-
# FIXME(#46924): these two commands are required to enable IPv6,
21-
# they shouldn't exist, please revert once more official solutions appeared.
22-
# see https://github.com/travis-ci/travis-ci/issues/8891#issuecomment-353403729
23-
- bash: |
24-
echo '{"ipv6":true,"fixed-cidr-v6":"fd9a:8454:6789:13f7::/64"}' | sudo tee /etc/docker/daemon.json
25-
sudo service docker restart
26-
displayName: Enable IPv6
27-
2820
# FIXME: using the job display name feels brittle. Is there a better variable that represents the current matrix key?
2921
- bash: |
3022
export RUN_SCRIPT="$BUILD_SOURCESDIRECTORY/src/ci/init_repo.sh . $HOME/rustsrc && src/ci/docker/run.sh $IMAGE"

0 commit comments

Comments
 (0)