Skip to content

Commit

Permalink
Declare the toolchain type used by this package.
Browse files Browse the repository at this point in the history
Bazel used to ignore the toolchain type until recently. Better declare
it to unbreak the build with Bazel master.
  • Loading branch information
Ed Schouten committed Nov 10, 2018
1 parent 23ab2fa commit 4b475cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ load(":pandoc.bzl", "pandoc")

# Precompiled Pandoc binaries provided by upstream.

toolchain_type(
name = "pandoc_toolchain_type",
visibility = ["//visibility:public"],
)

pandoc_toolchain(
exec_compatible_with = [
"@bazel_tools//platforms:linux",
Expand Down

0 comments on commit 4b475cf

Please sign in to comment.