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
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ bind(
# 2. Update .bazelversion, envoy.bazelrc and .bazelrc if needed.
#
# Note: this is needed by release builder to resolve envoy dep sha to tag.
# Commit date: 2022-04-19
ENVOY_SHA = "fa83a0760dedbd454217381df7c0b785c9e8bc34"
# Commit date: 2022-04-20
ENVOY_SHA = "c90728a183eab491f1603ecbbf45d23cab0d08d6"

ENVOY_SHA256 = "d5ab8710e13a6d1f5c2d80afbfdea120d40e830edb20551bbee7b07cd659655c"
ENVOY_SHA256 = "e06d5f0d824a6e6a4b04788a5cd7ae358fb0ad1bcf8bb8eae0bc923f57b027b3"

ENVOY_ORG = "envoyproxy"

Expand Down
1 change: 1 addition & 0 deletions envoy.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ build:macos --cxxopt=-std=c++17
build:macos --action_env=PATH=/usr/bin:/bin:/opt/homebrew/bin:/usr/local/bin:/opt/local/bin
build:macos --host_action_env=PATH=/usr/bin:/bin:/opt/homebrew/bin:/usr/local/bin:/opt/local/bin
build:macos --define tcmalloc=disabled
build:macos --define wasm=disabled

# macOS ASAN/UBSAN
build:macos-asan --config=asan
Expand Down