Joe McDonnell has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/21473


Change subject: IMPALA-13121: Switch to ccache 3.7.12
......................................................................

IMPALA-13121: Switch to ccache 3.7.12

The docker images currently build and use ccache 3.3.3.
Recently, we ran into a case where debuginfo was being
included even though the cflags ended with -g0. The
ccache release history has this note for 3.3.5:
 - Fixed a regression where the original order of
   debug options could be lost.

It's possible that this is the cause for the unexpected
behavior, so this upgrades ccache to 3.7.12.

Ccache 3.7.12 is the last ccache release that builds
using autotools. Later releases move to cmake. It is
hard for us to build things with cmake at this stage,
because some older OSes don't provide a new enough cmake.
Since we don't really need the new features of ccache 4+,
this just sticks with 3.7.12 for now.

Testing:
 - Built docker images and ran a toolchain build

Change-Id: I90d751445daa0dc298b634c1049d637a14afac40
---
M docker/all/postinstall.sh
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/native-toolchain 
refs/changes/73/21473/1
--
To view, visit http://gerrit.cloudera.org:8080/21473
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: native-toolchain
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I90d751445daa0dc298b634c1049d637a14afac40
Gerrit-Change-Number: 21473
Gerrit-PatchSet: 1
Gerrit-Owner: Joe McDonnell <[email protected]>

Reply via email to