Commit d48b339
danil.radkovskyi
Use prebuilt redis in CI to stabilize install
@devvit/test depends on redis-memory-server, whose postinstall downloads
and compiles Redis and its modules from source. That source build is slow
and fails intermittently on ubuntu CI (RedisJSON/RedisTimeSeries), which
broke the Install Dependencies step.
Install redis-server from apt and set REDISMS_SYSTEM_BINARY to it. This
skips the install-time source compile entirely and makes the unit tests
run against the prebuilt binary.
Built with Snoocode1 parent 77e2785 commit d48b339
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
17 | 24 | | |
18 | 25 | | |
19 | 26 | | |
| 27 | + | |
| 28 | + | |
20 | 29 | | |
21 | 30 | | |
22 | 31 | | |
| |||
0 commit comments