Commit bc7567d
committed
Use serial blockio to avoid liburing system dependency
The blockio package defaults to io_uring which requires liburing.
The devx CI environment does not provide liburing, so we use the
serialblockio flag instead.
TODO: revert when CI provides liburing or switch to io_uring for
better LSM I/O performance.1 parent 033002a commit bc7567d
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
| |||
0 commit comments