Commit a56ee70
Adam Simpson
ci: build SBCL from source.
Travis and Netlify both use Ubuntu 16 as their build distro. The
version of SBCL available in Ubuntu 16 is `1.3.1` which contains
`asdf` version `3.1.5`. `launch-program` was added in `asdf`
version `3.1.7.26`. The absence of `launch-program` means
`3bmd-ext-code-blocks` will fail to build. To address that I
decided to build SBCL from source in Travis to get a more up to date
version of `asdf` (which is bundled with `sbcl`).
This turned out to be a lovely yak shaving exercise.1 parent 367680b commit a56ee70
2 files changed
+22
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 10 | + | |
17 | 11 | | |
18 | 12 | | |
19 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments