From f825542a5f1e95130bc7c05e3bbc231c199e7df0 Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Thu, 12 Jan 2017 18:56:53 -0800 Subject: [PATCH] Rebase to fixed Envoy --- src/envoy/repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/envoy/repositories.bzl b/src/envoy/repositories.bzl index 4460b4c1c9d..dd36a23d456 100644 --- a/src/envoy/repositories.bzl +++ b/src/envoy/repositories.bzl @@ -629,6 +629,6 @@ cc_test( native.new_git_repository( name = "envoy_git", remote = "https://github.com/lyft/envoy.git", - commit = "38990918a8672a0332b1ca2e048db90a5166d678", + commit = "c36bb76e304ab4c5584a07303e2953a170888319", build_file_content = BUILD, )