2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-12-01 07:15:24 +00:00
bazel-lib/lib/private
Tiago Quelhas e514283dd8 Remove unnecessary ctx.resolve_tools.
`ctx.actions.run(executable = ...)` is sufficient to include the runfiles in the action inputs. (More generally, ctx.resolve_tools is discouraged in favor of `ctx.actions.run(tools = ...)`.)
2024-02-25 17:43:38 -08:00
..
base64.bzl
bats.bzl fix: create windows launcher for bats (#704) 2023-12-21 14:27:21 -08:00
bats_toolchain.bzl feat: implement bats test runner (#699) 2023-12-20 13:08:47 -08:00
BUILD.bazel feat: add is_bazel_7_or_greater utility (#714) 2024-01-07 16:42:57 -08:00
copy_common.bzl
copy_directory.bzl
copy_directory_toolchain.bzl perf: remove unnecessary calls to 'to_list' (#737) 2024-01-29 12:43:32 -05:00
copy_file.bzl
copy_to_bin.bzl
copy_to_directory.bzl
copy_to_directory_toolchain.bzl perf: remove unnecessary calls to 'to_list' (#737) 2024-01-29 12:43:32 -05:00
coreutils_toolchain.bzl
diff_test.bzl
diff_test_tmpl.bat
diff_test_tmpl.sh
directory_path.bzl
docs.bzl fix: merge user tags in stardoc_with_diff_test (#746) 2024-02-05 17:43:58 -08:00
expand_locations.bzl
expand_template.bzl
expand_template_toolchain.bzl
expand_variables.bzl
extension_utils.bzl
fail_with_message_test.bzl
glob_match.bzl
host_repo.bzl
jq.bzl
jq_toolchain.bzl perf: remove unnecessary calls to 'to_list' (#737) 2024-01-29 12:43:32 -05:00
lists.bzl
output_files.bzl
params_file.bzl
parse_status_file.jq
parse_status_file.yq
patch.bzl
paths.bzl
platform_utils.bzl
repo_utils.bzl
run_binary.bzl Remove unnecessary ctx.resolve_tools. 2024-02-25 17:43:38 -08:00
source_toolchains_repo.bzl
stamping.bzl
strings.bzl
strings.py
tar.bzl fix #697: use to_repository_relative_path in mtree_spec (#696) 2023-12-20 11:22:42 -08:00
tar_toolchain.bzl
utils.bzl chore: test against bazel 7.0.0 (#713) 2024-01-07 16:12:05 -08:00
write_source_file.bzl feat: allow write_source_file(s) to write source files to bazel packages outside of the target's package (#717) 2024-01-10 15:07:03 -08:00
yq.bzl
yq_toolchain.bzl perf: remove unnecessary calls to 'to_list' (#737) 2024-01-29 12:43:32 -05:00