Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: disable known issue assertions #699

Merged
merged 1 commit into from
Feb 20, 2020
Merged
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
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