File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,6 @@ steps:
17
17
mkdir -p $HOME/rustsrc
18
18
displayName : Prep
19
19
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
-
28
20
# FIXME: using the job display name feels brittle. Is there a better variable that represents the current matrix key?
29
21
- bash : |
30
22
export RUN_SCRIPT="$BUILD_SOURCESDIRECTORY/src/ci/init_repo.sh . $HOME/rustsrc && src/ci/docker/run.sh $IMAGE"
You can’t perform that action at this time.
0 commit comments