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_cc to v0.0.8 #141

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_cc http_archive patch 0.0.6 -> 0.0.8

Release Notes

bazelbuild/rules_cc (rules_cc) ### [`v0.0.8`](https://togithub.com/bazelbuild/rules_cc/releases/tag/0.0.8) [Compare Source](https://togithub.com/bazelbuild/rules_cc/compare/0.0.7...0.0.8) load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_cc", urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.8/rules_cc-0.0.8.tar.gz"], sha256 = "ae46b722a8b8e9b62170f83bfb040cbf12adb732144e689985a66b26410a7d6f", strip_prefix = "rules_cc-0.0.8", ) ### [`v0.0.7`](https://togithub.com/bazelbuild/rules_cc/releases/tag/0.0.7) [Compare Source](https://togithub.com/bazelbuild/rules_cc/compare/0.0.6...0.0.7) WORKSPACE setup load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_cc", urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.7/rules_cc-0.0.7.tar.gz"], sha256 = "eb389b5b74862a3d310ee9d6c63348388223b384ae4423ff0fd286fcd123942d", strip_prefix = "rules_cc-0.0.7", )

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.