We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2be238 commit 0be7a7fCopy full SHA for 0be7a7f
xcodeproj/internal/bazel_integration_files/generate_bazel_dependencies.sh
@@ -121,7 +121,7 @@ build_pre_config_flags=(
121
# This is brittle. If different file extensions are used for compilation
122
# inputs, they will need to be added to this list. Ideally we can stop doing
123
# this once Bazel adds support for a Remote Output Service.
124
- "--experimental_remote_download_regex=.*\.indexstore/.*|.*\.(a|c|C|cc|cl|cpp|cu|cxx|c++|m|mm|swift|swiftdoc|swiftmodule|swiftsourceinfo)$"
+ "--experimental_remote_download_regex=.*\.indexstore/.*|.*\.(a|c|C|cc|cl|cpp|cu|cxx|c++|h|H|hh|hpp|hxx|h++|inc|inl|ipp|m|mm|swift|swiftdoc|swiftmodule|swiftsourceinfo|tcc|tlh|tli)$"
125
)
126
127
apply_sanitizers=1
0 commit comments