We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589c7b2 commit c2930bdCopy full SHA for c2930bd
1 file changed
.github/workflows/testbench.yml
@@ -38,7 +38,7 @@ jobs:
38
with: {fetch-depth: 0, filter: 'tree:0'}
39
40
- name: docker
41
- run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
+ run: docker pull thesofproject/sof:20250410_no-alsa && docker tag thesofproject/sof:20250410_no-alsa sof
42
43
- name: apt get
44
run: sudo apt-get update &&
@@ -48,10 +48,10 @@ jobs:
48
# testbench needs some topologies.
49
- name: build test topologies
50
run: CMAKE_BUILD_TYPE=Release ./scripts/docker-run.sh
51
- ./scripts/build-tools.sh -Y ||
+ ./scripts/build-tools.sh -Y -A ||
52
VERBOSE=1 NO_PROCESSORS=1 USE_XARGS=no
53
CMAKE_BUILD_TYPE=Release ./scripts/docker-run.sh
54
- ./scripts/build-tools.sh -Y
+ ./scripts/build-tools.sh -Y -A
55
56
- name: build testbench
57
run: ./scripts/rebuild-testbench.sh ||
0 commit comments