-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ IS_PRIVATE ?= $(findstring private,$(_git_remote_urls)) | |
|
||
# IF YOU MESS WITH ANY OF THESE VALUES, YOU MUST RUN `make update-base`. | ||
ENVOY_REPO ?= $(if $(IS_PRIVATE),[email protected]:datawire/envoy-private.git,git://github.com/datawire/envoy.git) | ||
ENVOY_COMMIT ?= 779911fc06e22e6ffd43d55bf51980a67d7552d9 | ||
ENVOY_COMMIT ?= 2ac861a486755a78cb55225c312a9f8be1d363b8 | ||
ENVOY_COMPILATION_MODE ?= opt | ||
# Increment BASE_ENVOY_RELVER on changes to `docker/base-envoy/Dockerfile`, or Envoy recipes. | ||
# You may reset BASE_ENVOY_RELVER when adjusting ENVOY_COMMIT. | ||
|