Commit 794b976
fix(ci): pre-cache genvm v0.2.16 to bypass upstream asset rename — GHB-202
GenLayer Labs published genvm v0.3.0-rc0 on 2026-05-20 and dropped the
`genvm-universal.tar.xz` asset in favor of per-platform builds. Since
`genlayer-test` resolves the genvm version at runtime via a HEAD to
`releases/latest`, every CI run since has hit 404 trying to download
the old asset path from the new release.
Pre-seeding `~/.cache/gltest-direct/` with v0.2.16 makes
`list_cached_versions()` return it before the "latest" lookup, so the
test runner uses the last known-good genvm.
Remove this step once upstream restores a universal tarball or `gltest`
gains support for platform-specific assets.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4b0843f commit 794b976
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
36 | 50 | | |
0 commit comments