From 2ff602dd605e6985a60ee7c68ee64e45dd03dc36 Mon Sep 17 00:00:00 2001 From: Dave Cunningham Date: Wed, 11 Oct 2023 19:35:13 +0100 Subject: [PATCH] Fix #166 (#176) --- jsonnet/jsonnet.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsonnet/jsonnet.bzl b/jsonnet/jsonnet.bzl index f0c0b15..a9ec20d 100644 --- a/jsonnet/jsonnet.bzl +++ b/jsonnet/jsonnet.bzl @@ -451,7 +451,7 @@ _jsonnet_common_attrs = { "jsonnet": attr.label( doc = "A jsonnet binary", default = Label("//jsonnet:jsonnet_tool"), - cfg = "host", + cfg = "exec", executable = True, allow_single_file = True, ), @@ -546,7 +546,7 @@ _jsonnet_compile_attrs = { ), "_stamper": attr.label( default = Label("//jsonnet:stamper"), - cfg = "host", + cfg = "exec", executable = True, allow_files = True, ),