Skip to content

Commit 3de0688

Browse files
committed
[travis] Fix warnings about invalid ccache options
https://travis-ci.org/qgis/QGIS/jobs/127438282#L731
1 parent 8712089 commit 3de0688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/travis/linux/qt5/script.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export CTEST_PARALLEL_LEVEL=1
33

44
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
55

6-
ccache -o max_size=150M
7-
ccache -o run_second_cpp=true
6+
# ccache -o max_size=150M
7+
# ccache -o run_second_cpp=true
88

99
xvfb-run ctest -V -E "$(cat ${DIR}/blacklist.txt | paste -sd '|' -)" -S ./qgis-test-travis.ctest --output-on-failure
1010
# xvfb-run ctest -V -S ./qgis-test-travis.ctest --output-on-failure

0 commit comments

Comments
 (0)