Skip to content

Commit

Permalink
Updated fetch_shas utility to use the channel manifest tomls
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Sep 6, 2024
1 parent 3d1856b commit 2ef4ab1
Show file tree
Hide file tree
Showing 11 changed files with 4,127 additions and 1,611 deletions.
5,245 changes: 3,739 additions & 1,506 deletions rust/known_shas.bzl

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions util/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
sh_binary(
name = "fetch_shas",
srcs = ["fetch_shas.sh"],
tags = ["manual"],
)

alias(
name = "collect_coverage",
actual = "//util/collect_coverage",
Expand Down
95 changes: 0 additions & 95 deletions util/fetch_shas.sh

This file was deleted.

14 changes: 14 additions & 0 deletions util/fetch_shas/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
load("@rules_python//python:defs.bzl", "py_binary")

py_binary(
name = "fetch_shas",
srcs = ["fetch_shas.py"],
data = [
"fetch_shas_HOST_TOOLS.txt",
"fetch_shas_NIGHTLY_ISO_DATES.txt",
"fetch_shas_TARGETS.txt",
"fetch_shas_TOOLS.txt",
"fetch_shas_VERSIONS.txt",
],
tags = ["manual"],
)
Loading

0 comments on commit 2ef4ab1

Please sign in to comment.