Skip to content

Commit

Permalink
build: disable known issue assertions (#699)
Browse files Browse the repository at this point in the history
Description: With this change envoyproxy/envoy#10015 Envoy now supports conditionally disabling assertions that cover known issues via build options. This allows us to resolve the crash on shutdown on iOS while the upstream issue is investigated.
Risk Level: Low
Testing: Local, upstream

Signed-off-by: Mike Schore <[email protected]>
  • Loading branch information
goaway authored Feb 20, 2020
1 parent e1ecc77 commit b91d67c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build --workspace_status_command=envoy/bazel/get_workspace_status
build --xcode_version=11.3
build --incompatible_bzl_disallow_load_after_statement=false
build --javabase=@bazel_tools//tools/jdk:jdk
build --define disable_known_issue_asserts=true

# Default flags for builds targeting iOS
# Manual Stamping is necessary in order to get versioning information in the ios
Expand Down

0 comments on commit b91d67c

Please sign in to comment.