f0rmiga / gcc-toolchain

A fully-hermetic Bazel GCC toolchain for Linux.
Apache License 2.0
103 stars 24 forks source link

chore(deps): update dependency rules_pkg to v0.9.1 #137

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rules_pkg http_archive minor 0.8.1 -> 0.9.1

Release Notes

bazelbuild/rules_pkg (rules_pkg) ### [`v0.9.1`](https://togithub.com/bazelbuild/rules_pkg/releases/tag/0.9.1) [Compare Source](https://togithub.com/bazelbuild/rules_pkg/compare/0.9.0...0.9.1) Re-release of 0.9.0 to correct a mismatch of artifacts between github.com and mirro.bazel.build **WORKSPACE setup** ``` load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_pkg", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.9.1/rules_pkg-0.9.1.tar.gz", "https://github.com/bazelbuild/rules_pkg/releases/download/0.9.1/rules_pkg-0.9.1.tar.gz", ], sha256 = "8f9ee2dc10c1ae514ee599a8b42ed99fa262b757058f65ad3c384289ff70c4b8", ) load("@​rules_pkg//:deps.bzl", "rules_pkg_dependencies") rules_pkg_dependencies() ``` **Using the rules** See [the docs](https://bazelbuild.github.io/rules_pkg/) ### [`v0.9.0`](https://togithub.com/bazelbuild/rules_pkg/releases/tag/0.9.0) [Compare Source](https://togithub.com/bazelbuild/rules_pkg/compare/0.8.1...0.9.0) **New Features** - verify_archive rule to do e2e tests on built archives. ([#​644](https://togithub.com/bazelbuild/rules_pkg/issues/644)) **Incompatible Changes** - Genericize package manifest system and interface ([#​660](https://togithub.com/bazelbuild/rules_pkg/issues/660)) \*\* Bug Fixes \*\* - pkg_tar should not prefix tree artifacts with ./ ([#​681](https://togithub.com/bazelbuild/rules_pkg/issues/681)) - pkg_tar, pkg_zip: improve support for long paths on Windows ([#​672](https://togithub.com/bazelbuild/rules_pkg/issues/672)) **Thanks to** Tomasz Wojno, Clint Harrison, Qingyu Sui, Ryan Beasley. **WORKSPACE setup** ``` load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_pkg", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.9.0/rules_pkg-0.9.0.tar.gz", "https://github.com/bazelbuild/rules_pkg/releases/download/0.9.0/rules_pkg-0.9.0.tar.gz", ], sha256 = "335632735e625d408870ec3e361e192e99ef7462315caa887417f4d88c4c8fb8", ) load("@​rules_pkg//:deps.bzl", "rules_pkg_dependencies") rules_pkg_dependencies() ``` **Using the rules** See [the source](https://togithub.com/bazelbuild/rules_pkg/tree/0.9.0).

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.