Commit 4dd2998
committed
build-scx-scheds: install recent meson with pipx
meson installed via apt on Ubuntu 24 turns out to be quite
old (1.3.2 vs latest 1.8.2). This caused scx build failures [1].
pipx [2] is a recommended way to install such python apps.
Update build-scx-scheds/install-dependencies.sh script to handle the
installations properly.
[1] https://github.com/kernel-patches/bpf/actions/runs/15850271078/job/44682123061
[2] https://github.com/pypa/pipx
Signed-off-by: Ihor Solodrai <[email protected]>1 parent 1f0f1a7 commit 4dd2998
1 file changed
+19
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
11 | 27 | | |
12 | | - | |
| 28 | + | |
13 | 29 | | |
14 | 30 | | |
15 | 31 | | |
| |||
25 | 41 | | |
26 | 42 | | |
27 | 43 | | |
28 | | - | |
29 | | - | |
| 44 | + | |
| 45 | + | |
30 | 46 | | |
0 commit comments