aboutsummaryrefslogtreecommitdiff
path: root/openembedded-armv8-ilp32.yaml
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2017-10-10 04:21:18 -0500
committerFathi Boudra <fathi.boudra@linaro.org>2017-10-10 13:41:45 +0000
commitae11e81bfb57cf40783e04661e03d3c4f329fc6c (patch)
treec2d315090d9e2ac73902b6f71c829dd903446a24 /openembedded-armv8-ilp32.yaml
parent2ed2587f976446d65460e3c8c0b8fd755d1518ed (diff)
openembedded-armv8-ilp32: change sstate-cache dir
The sstate-cache dir is set to /mnt/ci_build/workspace/sstate-cache by the build jobs, so use this directory instead of the regular build/sstate-cache for the clean-up. Change-Id: Id1ddbcf60747cb6a394d29f0056ecf41c6a4af61 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'openembedded-armv8-ilp32.yaml')
-rw-r--r--openembedded-armv8-ilp32.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded-armv8-ilp32.yaml b/openembedded-armv8-ilp32.yaml
index 12e4b3484d..6c8051a2f5 100644
--- a/openembedded-armv8-ilp32.yaml
+++ b/openembedded-armv8-ilp32.yaml
@@ -75,7 +75,7 @@
fi
# temporary clean-up for glibc
- find build/sstate-cache -type f -name "sstate:*:*:*:*:aarch64_ilp32:*" -exec rm -f {} + || true
+ find /mnt/ci_build/workspace/sstate-cache -type f -name "sstate:*:*:*:*:aarch64_ilp32:*" -exec rm -f {} + || true
# do a build
bash -x init-and-build.sh -a armv8 -g ${gcc_version} linaro-image-${rootfs}