Skip to content

Commit 342c91b

Browse files
committed
CI: make sure cache is used on conda builds
1 parent 031e3bc commit 342c91b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/submit_ccache.sh

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ fi
1313

1414
if [ "$IRON_TOKEN" ]; then
1515

16+
# install the compiler cache
17+
sudo apt-get $APT_ARGS install ccache p7zip-full
18+
# iron_cache, pending py3 fixes upstream
19+
pip install -I --allow-external --allow-insecure git+https://github.com/iron-io/iron_cache_python.git@8a451c7d7e4d16e0c3bedffd0f280d5d9bd4fe59#egg=iron_cache
20+
1621
rm -rf $HOME/ccache.7z
1722

1823
tar cf - $HOME/.ccache \

0 commit comments

Comments
 (0)