Commit 0811e71
authored
fix: remove unnecessary tool installs in kenlm build script (#1069)
cmake 4.0 was released recently and its installation in this script is causing its toolchain build to fail.
I traced this back a bit and figure out exactly why we're doing it - cmake and the other tools were already installed on this docker image when this script was added. It was probably leftover from some early iteration of my work.1 parent de07640 commit 0811e71
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 7 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 8 | | |
18 | 9 | | |
19 | 10 | | |
0 commit comments