disable adding git tags to bundle metadata

This commit is contained in:
Aayush 2023-02-10 17:58:57 -05:00
parent 2ec34e2c46
commit 83bce7c94f

View File

@ -38,11 +38,13 @@ func main() {
panic(err) panic(err)
} }
if len(os.Args) > 1 { // TODO: Re-enable this when we can set the tag for ONLY the appropriate version
for _, m := range metadata { // https://github.com/filecoin-project/lotus/issues/10185#issuecomment-1422864836
m.BundleGitTag = os.Args[1] //if len(os.Args) > 1 {
} // for _, m := range metadata {
} // m.BundleGitTag = os.Args[1]
// }
//}
fi, err := os.Create("./build/builtin_actors_gen.go") fi, err := os.Create("./build/builtin_actors_gen.go")
if err != nil { if err != nil {