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
I use bzlmod to build Fast-CDR, but it need a stable release source url like https://github.com/<ORGANIZATION>/<REPO>/releases/download/<version>/<name>.tar.gz.
Should we upload releases to generate stable links? here's an example
BcrValidationResult.FAILED: [email protected] is using an unstable source url: `https://github.com/eProsima/Fast-CDR/archive/refs/tags/v2.2.2.tar.gz`.
--
| You should use a release archive URL in the format of `https://github.com/<ORGANIZATION>/<REPO>/releases/download/<version>/<name>.tar.gz` to ensure the archive checksum stability.
| See https://blog.bazel.build/2023/02/15/github-archive-checksum.html for more context.
The text was updated successfully, but these errors were encountered:
I use bzlmod to build Fast-CDR, but it need a stable release source url like
https://github.com/<ORGANIZATION>/<REPO>/releases/download/<version>/<name>.tar.gz
.Should we upload releases to generate stable links? here's an example
The text was updated successfully, but these errors were encountered: