Skip to content

Commit

Permalink
Travis: provide some values to ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurNicolas committed Jun 19, 2019
1 parent d645416 commit a206161
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion travis-build.sh
Expand Up @@ -77,6 +77,14 @@ export LSAN_OPTIONS=detect_leaks=0

echo "config_flags = $config_flags"

#### ccache config
export CCACHE_COMPRESS=true
export CCACHE_COMPILERCHECK="string:$CXX"
export CCACHE_MAXSIZE=900M
export CCACHE_CPP2=true

ccache -p

ccache -s
date
time ./autogen.sh
Expand All @@ -90,7 +98,6 @@ then
exit 1
fi

ccache -p
date
time make -j$(($NPROCS + 1))

Expand Down

5 comments on commit a206161

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from MonsieurNicolas
at MonsieurNicolas@a206161

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging MonsieurNicolas/stellar-core/travisCache2 = a206161 into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MonsieurNicolas/stellar-core/travisCache2 = a206161 merged ok, testing candidate = d89ba73

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = d89ba73

Please sign in to comment.