rules_perl icon indicating copy to clipboard operation
rules_perl copied to clipboard

Use release artifacts instead of github source tarballs

Open ashi009 opened this issue 1 year ago • 0 comments

rules_perl can be included with either git_repository or http_repository. The former requires git in the exec env, and the latter uses github source tarball.

Git one cannot be cached to repository cache, and the github source tarball doesn't guarantee the digest to be the same overtime.

Please create release artifacts when cutting new releases.

ashi009 avatar Aug 12 '24 08:08 ashi009