build: set NetworkBundle in params file

Otherwise, we end up overriding the ldflags.

fixes #8684
This commit is contained in:
Steven Allen
2022-05-24 09:42:22 -07:00
parent 5e7f5029d8
commit 496799f867
10 changed files with 8 additions and 24 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ func LoadBuiltinActors(lc fx.Lifecycle, mctx helpers.MetricsCtx, r repo.LockedRe
// We can't put it as a dep in inputs causes a stack overflow in DI from circular dependency
// So we pass it through ldflags instead
netw := build.GetNetworkBundle()
netw := build.NetworkBundle
for av, bd := range build.BuiltinActorReleases {
// first check to see if we know this release