From 6b56612bb39d92451452d564efa797e45a6184bd Mon Sep 17 00:00:00 2001 From: hello-ming Date: Wed, 14 Nov 2018 00:27:42 +0800 Subject: [PATCH] fix inconsistent between document and code (#5020) Signed-off-by: hello-ming --- ci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/README.md b/ci/README.md index e7169a54f2c0..cb0e0c904732 100644 --- a/ci/README.md +++ b/ci/README.md @@ -76,7 +76,7 @@ The `./ci/run_envoy_docker.sh './ci/do_ci.sh '` targets are: * `bazel.asan` — build and run tests under `-c dbg --config=clang-asan` with clang. * `bazel.debug` — build Envoy static binary and run tests under `-c dbg`. * `bazel.debug.server_only` — build Envoy static binary under `-c dbg`. -* `bazel.dev` — build Envoy static binary and run tests under `-c fastbuild` with gcc. +* `bazel.dev` — build Envoy static binary and run tests under `-c fastbuild` with clang. * `bazel.release` — build Envoy static binary and run tests under `-c opt` with gcc. * `bazel.release ` — build Envoy static binary and run a specified test or test dir under `-c opt` with gcc. * `bazel.release.server_only` — build Envoy static binary under `-c opt` with gcc.