bazel-lib/docs
Alex Eagle a283a8216d feat: add a tar toolchain (#468)
* feat: add a BSD tar toolchain

@thesayyn discovered that it has a feature which should make it a drop-in replacement for pkg_tar
including fine-grained file permissions and symlinks:
https://man.freebsd.org/cgi/man.cgi?mtree(8)

* show example of mtree usage

* feat: introduce tar rule

* cleanup and get test passing

* more cleanup

* chore: add support for compress flags

* chore: add docs

* chore: add docs

* feat: implement linux bsdtar toolchain (#566)

* chore: improve target naming

* WIP: args

* feat: generate mtree spec

Also allow arbitrary args

* refactor: mtree is required

* refactor: style nits

* fix: support mix of source and generated artifacts

* feat: demonstrate strip_prefix

* chore: regen docs

* fix: make host toolchain a fallback toolchain

* fix: include libarchive13.so when installing BSD tar

* chore: buildifier

* fix: aarch64 cpu constraint

* fix(ci): include libarchive13.so when running tar

* chore: add libnettle

* refactor: inputs mutated less

* refactor: remove unneeded substitution arg

* refactor: don't advertise unsupported modes

* fix: hack enough to make it run on my machine

* chore: dynamic libraries included in sh_binary under toolchain

* make sh_binary work

* refactor: drop arm64 for now

* fix toolchain

* fix test

* chore: improve test naming scheme

---------

Co-authored-by: Sahin Yort <thesayyn@gmail.com>
2023-10-03 13:50:55 -07:00
..
templates chore: turn on more basic precommit checks 2023-02-17 11:00:00 -08:00
BUILD.bazel feat: add a tar toolchain (#468) 2023-10-03 13:50:55 -07:00
base64.md feat: add executable attribute to write_source_files 2022-12-03 10:46:08 -08:00
bazelrc_presets.md fix: add missing **kwargs to write_aspect_bazelrc_presets (#379) 2023-02-22 12:17:00 -08:00
copy_directory.md feat: hardlink generated files in copy_to_directory and copy_directory instead of copying (#321) 2023-01-16 17:19:13 -08:00
copy_file.md Add copy_directory binary tool (#324) 2023-01-14 15:51:01 -08:00
copy_to_bin.md Add copy_directory binary tool (#324) 2023-01-14 15:51:01 -08:00
copy_to_directory.md chore: turn on more basic precommit checks 2023-02-17 11:00:00 -08:00
diff_test.md fix: add diff_test to docs (#296) 2022-12-03 11:32:37 -08:00
directory_path.md chore: update generated docs 2022-06-10 13:14:02 -07:00
docs.md feat: allow additional common args to be passed to update_docs 2023-02-21 10:49:06 -08:00
expand_make_vars.md feat: expand_template allows inline template content (#533) 2023-09-20 18:32:05 -07:00
expand_template.md feat: add undeclared output mode to expand_template (#561) 2023-09-29 11:30:02 -07:00
glob_match.md feat: add executable attribute to write_source_files 2022-12-03 10:46:08 -08:00
host_repo.md feat: add executable attribute to write_source_files 2022-12-03 10:46:08 -08:00
jq.md feat: support jq 1.7 toolchain (#520) 2023-10-03 13:50:55 -07:00
lists.md feat: add list utils (#512) 2023-09-21 10:12:47 -07:00
output_files.md chore: update generated docs 2022-06-10 13:14:02 -07:00
params_file.md fix: formatting for new docsite (#302) 2022-12-28 08:03:18 -08:00
paths.md docs: clarify rlocationpath 2023-05-24 17:16:00 -07:00
platform_utils.md feat: add executable attribute to write_source_files 2022-12-03 10:46:08 -08:00
repo_utils.md chore: document JQ_BIN make var 2023-07-26 13:18:31 -07:00
repositories.md feat: add a tar toolchain (#468) 2023-10-03 13:50:55 -07:00
run_binary.md chore: add test coverage for run_binary & expand_variables makevars (#504) 2023-08-26 13:59:48 -07:00
stamping.md docs(jq): document empty srcs 2023-04-19 09:03:52 -07:00
strings.md chore: run buildifier 2023-06-13 16:28:17 -07:00
tar.md feat: add a tar toolchain (#468) 2023-10-03 13:50:55 -07:00
testing.md feat: add assert_directory_contains test to testing.bzl (#560) 2023-09-29 09:53:00 -07:00
transitions.md Add platform_transition_binary rule (#289) 2022-12-14 11:21:08 -08:00
utils.md feat: add `propagate_common_{,test_,binary_}rule_attributes` to lib/utils. (#553) 2023-09-26 14:29:42 -07:00
write_source_files.md docs: clarify write_source_files output constraint (#498) 2023-08-23 12:32:56 -07:00
yq.md feat: yq supports stamping 2023-06-15 16:50:26 -07:00