Skip to content

Commit

Permalink
bazel: disable incompatible flag for now
Browse files Browse the repository at this point in the history
This depends on envoyproxy/envoy-build-tools#181
which currently requires some unknown fixes for windows.

Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
  • Loading branch information
keith committed Aug 23, 2022
1 parent c2fccb2 commit daccc99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ run --color=yes

build --color=yes
build --workspace_status_command="bash bazel/get_workspace_status"
# TODO: https://github.com/envoyproxy/envoy/issues/22758
build --incompatible_use_platforms_repo_for_constraints=false
build --incompatible_strict_action_env
build --host_force_python=PY3
build --java_runtime_version=remotejdk_11
Expand Down

0 comments on commit daccc99

Please sign in to comment.