From 5dce5ea56efff9c7e5e7f3e148da0cd4b2e201d0 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 18 Jun 2018 09:06:27 -0500 Subject: [PATCH] ci: user latest docker file - Updated ccache - Updated documentation tools - Add ESP32 toolchains and IDF Signed-off-by: Anas Nashif --- .shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shippable.yml b/.shippable.yml index 76d225bd449..a976dd55d72 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -24,7 +24,7 @@ build: - ${SHIPPABLE_BUILD_DIR}/ccache pre_ci_boot: image_name: zephyrprojectrtos/ci - image_tag: v0.4-rc2 + image_tag: v0.4-rc6 pull: true options: "-e HOME=/home/buildslave --privileged=true --tty --net=bridge --user buildslave"