Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Add environment variable GCOV_PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 22, 2018
1 parent 2faebb3 commit 92bc824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ def container_run(platform: str,
# Environment setup
#
environment = {
'GCOV_PREFIX': '/work/mxnet', # GCOV report directory
'GCOV_PREFIX_STRIP': '3',
'CCACHE_MAXSIZE': '500G',
'CCACHE_TEMPDIR': '/tmp/ccache', # temp dir should be local and not shared
'CCACHE_DIR': '/work/ccache', # this path is inside the container as /work/ccache is
Expand Down

0 comments on commit 92bc824

Please sign in to comment.