Bug 1168612: remove CCACHE variables from build.sh, as mozharness overrides them; r=mrrrgn

--HG--
extra : rebase_source : 422d4a50c614611278954ab267747bfd1680c578
This commit is contained in:
Dustin J. Mitchell 2015-05-28 11:20:29 -04:00
Родитель 07e7133c08
Коммит bc2220c5b3
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -52,12 +52,6 @@ set -x -e
set -v
# buildbot
export CCACHE_COMPRESS=1
export CCACHE_DIR=/builds/ccache
export CCACHE_HASHDIR=
export CCACHE_UMASK=002
# Don't run the upload step; this is passed through mozharness to mach. Once
# the mozharness scripts are not run in Buildbot anymore, this can be moved to
# Mozharness (or the upload step removed from mach entirely)