Roll back to global module cache

This commit is contained in:
Ali 2022-04-30 13:24:22 +04:00
parent 99443fbb55
commit fad8db499b

View File

@ -44,7 +44,7 @@ class BazelCommandLine:
# repository), but disabling it also causes a noticeable build time regression # repository), but disabling it also causes a noticeable build time regression
# so it can be explicitly re-enabled by users who are not affected by those # so it can be explicitly re-enabled by users who are not affected by those
# crashes. # crashes.
#'--features=swift.use_global_module_cache', '--features=swift.use_global_module_cache',
# https://docs.bazel.build/versions/master/command-line-reference.html # https://docs.bazel.build/versions/master/command-line-reference.html
# Print the subcommand details in case of failure. # Print the subcommand details in case of failure.