Skip to content

Commit e48b7c2

Browse files
committed
[IDX-2606] Remove todo about using summary hash as ic version.
1 parent 91318ff commit e48b7c2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ic-os/defs.bzl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ def icos_build(name, upload_prefix, image_deps, mode = None, malicious = False,
3232

3333
# -------------------- Version management --------------------
3434

35-
# TODO(IDX-2538): re-enable this (or any other similar) solution when everything will be ready to have ic version that is not git revision.
36-
#summary_sha256sum(
37-
# name = "version.txt",
38-
# inputs = image_deps,
39-
# suffix = "-dev" if mode == "dev" else "",
40-
#)
41-
4235
copy_file(
4336
name = "copy_version_txt",
4437
src = ic_version,

0 commit comments

Comments
 (0)