.github/installer.yml: remove cp -a /usr/bin/tree hack

The docker image has it now thanks to Fred.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2021-07-12 06:59:52 +00:00 committed by Liam Girdwood
parent 871f1825c3
commit 27fd46f69f
1 changed files with 1 additions and 9 deletions

View File

@ -26,18 +26,11 @@ jobs:
- name: docker
run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
# FIXME: update the docker image instead
- name: HACK add tree to the docker PATH
run: |
cp -a /usr/bin/tree .
printf '%s\n' 'PATH=$PATH:$(pwd)' > stage.sh
printf '%s\n' 'make -j3 -C installer/ stage' >> stage.sh
# -j3 tests the ability to build multiple platforms
# concurrently. It makes the build log unreadable but that's OK
# because we have other, slower actions with readable logs.
- name: build all and stage
run: ./scripts/docker-run.sh sh -x ./stage.sh
run: ./scripts/docker-run.sh make -j3 -C installer/ stage
- name: check staging tree
run: make -C installer/ checktree
@ -47,5 +40,4 @@ jobs:
make -C installer cleanall
# Make sure there's nothing left
rm -rf scripts/kconfig/__pycache__/
rm ./tree ./stage.sh # HACK, see above
! git status --porcelain --ignored | grep .