Tags: ffgan/bazeldnf
Tags
Add support for the riscv64 platform Upgrade rules_go to v0.59.0 to enable riscv64 platform support Co-authored by: [email protected]; Signed-off-by: ffgan <[email protected]>
Comment out version tag pattern in release workflow Signed-off-by: ffgan <[email protected]>
Update integrity hash for linux-riscv64 architecture Signed-off-by: ffgan <[email protected]>
Fix capabilities concatenation in xattr By accident arrays of capabilities were added insteads of strings. Fixes errors like ``` ERROR: /usr/local/google/home/rmohr/gerrit/kubevirt/cmd/virt-launcher/BUILD.bazel:73:7: in _xattrs rule //cmd/virt-launcher:blub: Traceback (most recent call last): File "/usr/local/google/home/rmohr/.cache/bazel/_bazel_rmohr/4c1501bf8a3fa32b59ed554fc2f4f732/external/bazeldnf/internal/xattrs.bzl", line 28, column 44, in _xattrs_impl args += ["--capabilities", ",".join(capabilities)] Error in join: expected string for sequence element 0, got 'list' ``` Signed-off-by: Roman Mohr <[email protected]>
Make xattr more flexible on different tar formats Newer bazel versions tar archives do not always start with `./` anymore but have just no prefix. Ensure that xattr can deal with paths starting with `./` but also without a prefix. Signed-off-by: Roman Mohr <[email protected]>
Merge pull request rmohr#137 from rmohr/xattrs1 Make xattr more flexible on different tar formats
Add auth_patterns support to RPM rule Sometimes RPM rules are on non-private locations. Add .netrc support to RPM rules. Signed-off-by: Roman Mohr <[email protected]>
PreviousNext