Commit 0a5ee5f
committed
cld2labs/sglang-gpt-oss: pull buildkit from upstream GitHub release
Ubuntu 22.04 doesn't ship a `buildkit` apt package — `apt install buildkit`
errors with "Unable to locate package".
Fetch buildkit (~30 MB) from moby/buildkit GitHub releases and install
/usr/local/bin/buildctl + /usr/local/bin/buildkitd directly. Default
pinned version v0.18.1; override with BUILDKIT_VERSION env var.
Also tighten the buildkitd-startup poll: wait up to 10 s for the
unix socket, hard-fail with a pointer to the log file if it never
appears (better than the previous silent continue).1 parent 6e7c564 commit 0a5ee5f
1 file changed
Lines changed: 18 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
38 | 37 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
52 | 60 | | |
53 | 61 | | |
54 | 62 | | |
| |||
0 commit comments