Skip to content

Commit

Permalink
Remove outdated steps from docs
Browse files Browse the repository at this point in the history
Docker has fixed their IPv6 documentation to no longer need our
addendum.

The Bazel version requirement is outdated.

PiperOrigin-RevId: 339955828
Change-Id: I0e32f23467b226845686c1f5a21e19ee96ba98c6
  • Loading branch information
KeithMoyer committed Oct 30, 2020
1 parent cc3a883 commit dfca7a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
15 changes: 0 additions & 15 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,21 +108,6 @@ sudo apt update
sudo apt install bazel
```
The Asylo toolchain requires Bazel's version to be at least `0.22`. You can
check your installed Bazel by running `bazel version` and checking the output
"Build label".

Example output:

```bash
$ bazel version
Build label: 0.22.0
Build target: bazel-out/k8-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
Build time: Mon Jan 28 12:58:08 2019 (1548680288)
Build timestamp: 1548680288
Build timestamp as int: 1548680288
```

## Additional dependencies
The following packages are used by Asylo and its dependencies, and must also be
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ for additional details on how to pull images from Google's Container Registry.
Some of Asylo's tests require IPv6 to be enabled in your Docker daemon. See this
[guide](https://docs.docker.com/config/daemon/ipv6/) for how to enable IPv6.

**Note**: If the Docker daemon fails to start with `"ipv6": true` added to the
daemon.json file, you may also need to explicitly configure IPv6 subnet as shown
[here](https://docs.docker.com/v17.09/engine/userguide/networking/default_network/ipv6/).

### Examples

#### Running the `hello_world` example
Expand Down

0 comments on commit dfca7a9

Please sign in to comment.