You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that when we generate the Skylark Library, there is both a provider.html and a Provider.html. Because HFS+ (and presumably the upcoming APFS) is by default case-insensitive, we get an error on macOS when generating redirects.
The ideal fix for this is to either improve the directory structure of the Skylark Library to separate modules and types or have a single page for both the provider module and the Provider type.
Note that a workaround to serve the site on a mac is to delete the line "skylark/lib/provider.html" in redirects.bzl. Just do not forget to revert this change before pushing to the repo.
The problem is that when we generate the Skylark Library, there is both a
provider.html
and aProvider.html
. Because HFS+ (and presumably the upcoming APFS) is by default case-insensitive, we get an error on macOS when generating redirects.The ideal fix for this is to either improve the directory structure of the Skylark Library to separate modules and types or have a single page for both the provider module and the Provider type.
Because of this problem, the Bazel website cannot le built on macOS bazelbuild/bazel-website#28
The text was updated successfully, but these errors were encountered: