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
this will generally fail (on Bazel OSX 0.22) because "my_subdir" doesn't exist in the newly-created cached dir, and download_and_extract isn't creating it.
Note that you can work around this by using
repository_ctx.file("my_subdir/empty_file", "")
beforehand.
The text was updated successfully, but these errors were encountered:
given
this will generally fail (on Bazel OSX 0.22) because "my_subdir" doesn't exist in the newly-created cached dir, and download_and_extract isn't creating it.
Note that you can work around this by using
beforehand.
The text was updated successfully, but these errors were encountered: