We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27780f8 commit 3198feaCopy full SHA for 3198fea
.circleci/config.yml
@@ -76,7 +76,7 @@ jobs:
76
sudo sed -i 's/\(<tool.*TikaTool.*>\)/<!--\1-->/' /opt/fits/xml/fits.xml
77
ln -s /usr/lib/*-linux-gnu/libjemalloc.so.2 /usr/local/lib/libjemalloc.so.2
78
echo 'export PATH=/opt/fits:$PATH LD_PRELOAD=/usr/local/lib/libjemalloc.so.2' >> $BASH_ENV
79
- sudo gem update --system
+ sudo gem update --system --no-document
80
81
# Download and cache dependencies
82
- restore_cache:
0 commit comments