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
ERROR: /BUILD:20:1: no such package '@foo//': java.io.IOException: Error downloading from http://server/linux.tar.xz to /.../external/foo/@foo: Error downloading http://server/linux.tar.xz to /.../external/foo/@foo/linux.tar.xz: /.../external/foo/@foo/linux.tar.xz (No such file or directory) and referenced by '@bar//:blub'.
When executing wget http://server/linux.tar.xz downloading works fine.
Seems like multiple people have this problem: #623
The text was updated successfully, but these errors were encountered:
I changed a call to
new_http_archive
to now use a customrepository_rule
. Inside the rule I try to usedownload_and_extract
to fetch an archive:Which fails with:
When executing
wget http://server/linux.tar.xz
downloading works fine.Seems like multiple people have this problem: #623
The text was updated successfully, but these errors were encountered: