Skip to content

Commit

Permalink
update .bazelrc to actually work (thanks to @keith)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Schore <mike.schore@gmail.com>
  • Loading branch information
goaway committed Aug 12, 2019
1 parent 0ba4be2 commit c3c9b08
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ build \
--workspace_status_command=envoy/bazel/get_workspace_status \
--xcode_version=10.3.0 \
--incompatible_bzl_disallow_load_after_statement=false \
--host_javabase=@local_jdk//:jdk \
--javabase=@local_jdk//:jdk \
--host_java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8 \
--java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8
--javabase=@bazel_tools//tools/jdk:jdk

# Manual Stamping is necessary in order to get versioning information in the ios
# static framework.
Expand Down

0 comments on commit c3c9b08

Please sign in to comment.