mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
CI: .murdock: use build checkout for ccache tmp
This commit is contained in:
parent
f78c3751b9
commit
551aa2e56e
5
.murdock
5
.murdock
@ -538,6 +538,11 @@ compile() {
|
||||
[ $# -ne 2 ] && error "$0: compile: invalid parameters (expected \$appdir \$board:\$toolchain)"
|
||||
[ ! -d "$appdir" ] && error "$0: compile: error: application directory \"$appdir\" doesn't exist"
|
||||
|
||||
# use our checkout as ccache temporary folder.
|
||||
# On CI, this is a tmpfs, so using that instead of the `/cache/.ccache` volume
|
||||
# reduces disk IO.
|
||||
export CCACHE_TEMPDIR="$(pwd)/.ccache/tmp"
|
||||
|
||||
# We compile a first time with Kconfig based dependency
|
||||
# resolution for regression purposes. $TEST_KCONFIG contains a
|
||||
# list of board-application tuples that are currently modeled to
|
||||
|
Loading…
Reference in New Issue
Block a user