Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Jan 31, 2021
1 parent d11bcb9 commit 563c1c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ test_suite(
],
)

toolchain(
name = "built_make_toolchain",
toolchain = "@rules_foreign_cc//tools/build_defs/native_tools:built_make",
toolchain_type = "@rules_foreign_cc//tools/build_defs:make_toolchain",
)
#toolchain(
# name = "built_make_toolchain",
# toolchain = "@rules_foreign_cc//tools/build_defs/native_tools:built_make",
# toolchain_type = "@rules_foreign_cc//tools/build_defs:make_toolchain",
#)


# On Bazel CI Mac machines, we are using ninja built from sources
Expand Down

0 comments on commit 563c1c3

Please sign in to comment.