Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bazel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ for how to update or override dependencies.
```
_notes_: `coreutils` is used for `realpath`, `gmd5sum` and `gsha256sum`

Xcode is also required to build Envoy on macOS.
The full version of Xcode (not just Command Line Tools) is also required to build Envoy on macOS.
Envoy compiles and passes tests with the version of clang installed by Xcode 11.1:
Apple clang version 11.0.0 (clang-1100.0.33.8).

Expand Down
3 changes: 1 addition & 2 deletions ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ The macOS CI build is part of the [CircleCI](https://circleci.com/gh/envoyproxy/
Dependencies are installed by the `ci/mac_ci_setup.sh` script, via [Homebrew](https://brew.sh),
which is pre-installed on the CircleCI macOS image. The dependencies are cached are re-installed
on every build. The `ci/mac_ci_steps.sh` script executes the specific commands that
build and test Envoy. If Envoy cannot be built (`error: /Library/Developer/CommandLineTools/usr/bin/libtool: no output file specified (specify with -o output)`),
ensure that Xcode is installed.
build and test Envoy. Note that the full version of Xcode (not just Command Line Tools) is required.

# Coverity Scan Build Flow

Expand Down