dep-protobuf/ci/clang_wrapper++
Mike Kruskal 52bd3809e1 Enable ccache for XCode builds.
This uses ccache + github caching to substantially decrease the time it takes to run XCode builds.  Due to Bazel caching, these are some of our slowest tests, causing one of the biggest presubmit bottlenecks

PiperOrigin-RevId: 507794241
2023-02-07 08:52:54 -08:00

3 lines
102 B
Bash
Executable file

#!/bin/sh
# This file wraps clang with ccache to enable faster runs of xcodebuild
ccache clang++ "$@"