We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031e3bc commit 342c91bCopy full SHA for 342c91b
ci/submit_ccache.sh
@@ -13,6 +13,11 @@ fi
13
14
if [ "$IRON_TOKEN" ]; then
15
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
+
21
rm -rf $HOME/ccache.7z
22
23
tar cf - $HOME/.ccache \
0 commit comments