Remove local attribute from build_version_inc genrule (#5766)

This commit is contained in:
Kaylee Lubick 2024-08-21 11:04:38 -04:00 committed by GitHub
parent 988995c3b7
commit e8c2fbca1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,7 +110,6 @@ genrule(
outs = ["build-version.inc"],
cmd = "SOURCE_DATE_EPOCH=0 $(location :update_build_version) $(location CHANGES) $(location build-version.inc)",
cmd_bat = "set SOURCE_DATE_EPOCH=0 && $(location :update_build_version) $(location CHANGES) $(location build-version.inc)",
local = True,
tools = [":update_build_version"],
)