Skip to content

Commit

Permalink
bazel: fix platform_mappings
Browse files Browse the repository at this point in the history
Unfortunately this setting coming from envoy's bazelrc isn't smart
enough to be WORKSPACE relative, so we have to override it with the
right path.

Fixes envoyproxy#155

Signed-off-by: Keith Smiley <[email protected]>
  • Loading branch information
keith committed Apr 20, 2022
1 parent b3bd451 commit 6ce1f07
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
@@ -1 +1,2 @@
import %workspace%/envoy/.bazelrc
build --platform_mappings=envoy/bazel/platform_mappings

0 comments on commit 6ce1f07

Please sign in to comment.