Bump rules_cc from 0.2.17 to 0.2.18
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(3 months ago)
(about 2 months ago)
(about 2 months ago)
dependencies bazel
Bumps rules_cc from 0.2.17 to 0.2.18.
Release notes
Sourced from rules_cc's releases.
0.2.18
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:bazel_dep(name = "rules_cc", version = "0.2.18")Using WORKSPACE:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")http_archive( name = "rules_cc", sha256 = "1de5b47721fce0af0dd453b3071228fdfc44bd18199826b3f0b03b423aae9f65", strip_prefix = "rules_cc-0.2.18", url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.18/rules_cc-0.2.18.tar.gz", )
load("
@rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")compatibility_proxy_repo()
Full Changelog: https://github.com/bazelbuild/rules_cc/compare/0.2.17...0.2.18
Commits
0850152Centralize stamp injection between the cc toolchain and PostMark.8956a5bFix interface library sonamef2cb3b4Disable interface library -soname if already passedea015e6Remove incompatible_use_specific_tool_files use9bf4119Remove unnecessary requires for archiver_flags0b11998cc_toolchain's tool_map should be cfg-exec-configured2993fd1Remove uses of bazel_features gecab7071Fix bazel_features usage in strip_include_prefix test72e42e7Handle None shared_non_lto_backends in lto_index_action.6d26834Refactor visibility to make it easier to add new packages without churn upstr...- Additional commits viewable in compare view
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Package Dependencies
Technical Details
| ID: | 15932887 |
| UUID: | 4305578795 |
| Node ID: | PR_kwDOP8RVKM7Ucs9V |
| Host: | GitHub |
| Repository: | RunEdgeAI/agents-cpp-sdk |