Use actual binary instead of python wrapper

This commit is contained in:
John Kleinschmidt 2018-07-20 17:07:31 -04:00
parent 856483fe61
commit 6b3ee233ff

View file

@ -351,7 +351,7 @@ jobs:
name: GN gen
command: |
cd src
echo 'export SCCACHE_WRAPPER="'`pwd`'/libchromiumcontent/script/sccache"' >> $BASH_ENV
echo 'export SCCACHE_WRAPPER="'`pwd`'/libchromiumcontent/tools/sccache/aad2120/linux/sccache"' >> $BASH_ENV
echo 'export CHROMIUM_BUILDTOOLS_PATH=`pwd`/buildtools' >> $BASH_ENV
source $BASH_ENV
mkdir out/Default