Skip to content

Commit

Permalink
set rules_cc tag
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fenoll <[email protected]>
  • Loading branch information
fenollp committed Oct 30, 2024
1 parent bf24053 commit 25684bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ load("@bazel_upgradable//:rule.bzl", "upgradable_repository")

upgradable_repository(
name = "rules_cc",
branch = "main",
tag = "0.0.7",
remote = "https://github.com/bazelbuild/rules_cc.git",
)

Expand Down
16 changes: 8 additions & 8 deletions resolved.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -522,22 +522,22 @@ resolved = [
"original_rule_class": "@bazel_upgradable//:rule.bzl%upgradable_repository",
"original_attributes": {
"name": "rules_cc",
"branch": "main",
"remote": "https://github.com/bazelbuild/rules_cc.git",
"tag": "0.0.7",
},
"repositories": [
{
"rule_class": "@bazel_upgradable//:rule.bzl%upgradable_repository",
"attributes": {
"urls": [
"https://github.com/bazelbuild/rules_cc/archive/597be676dddfa326d10f9bc7a35df17a6bd63d07.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_cc/archive/597be676dddfa326d10f9bc7a35df17a6bd63d07.tar.gz",
"https://github.com/bazelbuild/rules_cc/archive/34bcaf6223a39ec002efcf06e110871a6f562f44.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_cc/archive/34bcaf6223a39ec002efcf06e110871a6f562f44.tar.gz",
],
"sha256": "bda963385b117bb2a227c35f841ff2998a3e7ec06ac5ee98bec31868345f1c33",
"sha256": "2c8cfb3e60da51c0132fa4fbc12fe3e8a2772d0abe9f40e6075eb28fe737938f",
"netrc": "",
"auth_patterns": {},
"canonical_id": "",
"strip_prefix": "rules_cc-597be676dddfa326d10f9bc7a35df17a6bd63d07",
"strip_prefix": "rules_cc-34bcaf6223a39ec002efcf06e110871a6f562f44",
"type": "tar.gz",
"patches": [],
"patch_tool": "",
Expand All @@ -548,13 +548,13 @@ resolved = [
"patch_cmds_win": [],
"build_file_content": "",
"workspace_file_content": "",
"branch": "main",
"branch": "",
"release": "",
"remote": "https://github.com/bazelbuild/rules_cc.git",
"tag": "",
"tag": "0.0.7",
"name": "rules_cc",
},
"output_tree_hash": "5a1936b6dc0bc2100b59fba9e51c41c09ca82d01e8de105b5291fb2a4921244e",
"output_tree_hash": "96f473f62030cdf54a1b759c90c87c27e023b470f5fecb4bc298819d6202b930",
},
],
},
Expand Down

0 comments on commit 25684bb

Please sign in to comment.