gecko-dev/taskcluster/ci/toolchain
Mike Hommey f813868d70 Bug 1408284 - Build sccache with gcc instead of clang. r=ted
When adding sccache toolchain jobs in bug 1381772, building with gcc
failed, and building with clang worked, so I just went with the path of
least resistance. That's however a suboptimal position in the dependency
graph, so it's still preferable to use gcc if possible.

Looking exactly how it fails, it turns out it's because without CC being
set, ring wants to build with "cc", which ends up being the system gcc
instead of ours (our gcc archive doesn't provide "cc", only "gcc"), and
it is too old to support the compiler flags ring uses.

So setting CC does the trick.

--HG--
extra : rebase_source : 4c657664957dff1f7aebe470e0440a52c9e280e5
2017-10-13 14:27:13 +09:00
..
kind.yml Bug 1401180: rename 'toolchain' transform to 'use_toolchains'; r=glandium 2017-09-14 20:12:59 +00:00
linux.yml Bug 1408284 - Build sccache with gcc instead of clang. r=ted 2017-10-13 14:27:13 +09:00
macosx.yml Bug 1386782 - Add toolchain tasks to build gn in automation. r=ted 2017-07-25 15:33:44 -07:00
windows.yml Bug 1403058 Add the MinGW32 browser build to Taskcluster r=glandium 2017-10-05 11:46:32 -05:00