rules_cue icon indicating copy to clipboard operation
rules_cue copied to clipboard

Use git_repository instead of http_archive

Open steeve opened this issue 4 years ago • 1 comments

github.com/repo/archive/commit zip are created on the fly and can change, breaking the checksum. Either recommend use git_repository or upload real releases with fixed .zip files.

steeve avatar Apr 23 '20 16:04 steeve

Bazel recommends against using git_repository.

uhthomas avatar Feb 28 '21 05:02 uhthomas