Commit 3ecc89b
workflows: tools: build natively instead of in docker container
The pre-built thesofproject/sof docker image carries an older
alsa-lib / alsa-utils that no longer matches the versions required to
build the current SOF user-space tools (in particular alsatplg used by
the topology2 build). This patch moves the user-space tools build off
docker and build it directly on the ubuntu-24.04 runner.
- install the toolchain via apt
- bootstrap autoconf 2.72 (Ubuntu 24.04 ships 2.71)
- build the SOF forks of alsa-lib and alsa-utils at the same pinned
commits used by testbench.yml
- run scripts/build-tools.sh with PKG_CONFIG_PATH / LD_LIBRARY_PATH /
PATH pointed at the freshly built ALSA tree
The SOF-alsa-plugin job in the same workflow was already native and is
left unchanged. The only consumer of this reusable workflow
(daily-tests.yml) is unaffected by the internal switch.
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>1 parent b6673fc commit 3ecc89b
1 file changed
Lines changed: 56 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
21 | 52 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
27 | 71 | | |
28 | 72 | | |
29 | 73 | | |
30 | | - | |
31 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
32 | 79 | | |
33 | | - | |
34 | | - | |
| 80 | + | |
35 | 81 | | |
36 | 82 | | |
37 | 83 | | |
| |||
0 commit comments