]> Git Repo - qemu.git/commit
docker: Fix PATH for ccache
authorFam Zheng <[email protected]>
Wed, 18 Oct 2017 07:38:41 +0000 (15:38 +0800)
committerFam Zheng <[email protected]>
Fri, 20 Oct 2017 06:28:50 +0000 (14:28 +0800)
commit6a2e11974fa6c4eaee6b2b156b1b4e03ca983bab
tree85f174f8a0da7a22840a209f1df9f0b23f1cdafa
parent1dc1700a60ece53c77d0e396c92b5acff9d66bf2
docker: Fix PATH for ccache

Before bcd7f06f57fb6f780a3e2f7a46c22b6f6c8238aa we source /etc/profile
so the PATH included the right paths to ccache binaries. Now we need to
update $PATH explicitly from run script.

Keep the old /usr/lib around just so that in the future, ccache from 32
bit images will just work.

Signed-off-by: Fam Zheng <[email protected]>
Message-Id: <20171018073841[email protected]>
Signed-off-by: Fam Zheng <[email protected]>
tests/docker/run
This page took 0.024937 seconds and 4 git commands to generate.