Skip to content

Commit fb8c152

Browse files
authored
Enable ccache for LLVM in fuchsia builder (#78)
Enable ccache when building LLVM in the annotated builder fuchsia-linux
1 parent eda52c4 commit fb8c152

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zorg/buildbot/builders/annotated/fuchsia-linux.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def main(argv):
5454
'-B', build_dir,
5555
'-G', 'Ninja',
5656
'-D', 'BOOTSTRAP_LLVM_ENABLE_LTO=OFF',
57+
'-D', 'LLVM_CCACHE_BUILD=ON',
5758
'-D', 'LLVM_ENABLE_LTO=OFF',
5859
'-D', f'FUCHSIA_SDK={args.sdk_dir}',
5960
'-C', f'{source_dir}/clang/cmake/caches/Fuchsia.cmake',

0 commit comments

Comments
 (0)