Skip to content

Commit 0be7a7f

Browse files
authored
Include headers in remote_download_regex used by generate_bazel_dependencies.sh (#3062)
1 parent d2be238 commit 0be7a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcodeproj/internal/bazel_integration_files/generate_bazel_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ build_pre_config_flags=(
121121
# This is brittle. If different file extensions are used for compilation
122122
# inputs, they will need to be added to this list. Ideally we can stop doing
123123
# 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)$"
124+
"--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)$"
125125
)
126126

127127
apply_sanitizers=1

0 commit comments

Comments
 (0)