Commit ae9a294
committed
fix(ci): preload IBC realms in mod-download instead of disabling lazy loader
The previous `-lazy-loader=false` fix caused `no signatures error` and
`invalid package` errors. Using `-paths` with our IBC realms transitively
loads all required package dependencies before `gno mod download` runs,
avoiding the 502 errors from concurrent lazy loads.1 parent ad3a41f commit ae9a294
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments