File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -145,13 +145,15 @@ if [ -n "$FULL_DEPS" ]; then
145
145
fi
146
146
147
147
148
- # build and install pandas
148
+ # set the compiler cache to work
149
+ export PATH=/usr/lib/ccache:/usr/lib64/ccache:$PATH
150
+ which gcc
151
+
152
+ # build pandas
149
153
time python setup.py sdist
150
154
pip uninstall cython -y
151
155
152
- export PATH=/usr/lib/ccache:/usr/lib64/ccache:$PATH
153
- which gcc
154
- ccache -z
156
+ # install pandas
155
157
time pip install $( find dist | grep gz | head -n 1)
156
158
157
159
# restore cython (if not numpy building)
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
if [ " $IRON_TOKEN " ]; then
4
+
5
+ # install the compiler cache
4
6
sudo apt-get $APT_ARGS install ccache p7zip-full
5
7
# iron_cache, pending py3 fixes upstream
6
8
pip install -I --allow-external --allow-insecure git+https://github.com/iron-io/iron_cache_python.git@8a451c7d7e4d16e0c3bedffd0f280d5d9bd4fe59#egg=iron_cache
You can’t perform that action at this time.
0 commit comments