Update the location of the attestation files - #229
Merged
shonfeder merged 1 commit intoMar 26, 2026
Conversation
Signed-off-by: Marek Kubica <marek@tarides.com>
Leonidas-from-XIV
force-pushed
the
fix-attestation-filename
branch
from
March 26, 2026 15:38
711772d to
b843043
Compare
Member
|
Deployability check seems to be failing: https://deploy.ci.ocaml.org/job/2026-03-26/155048-ocluster-build-b5635c |
Contributor
Author
|
Ah. It seems that INRIA is putting Anubis in front of the Menhir releases, so whenever we attempt to download instead of the archive we get the Anubis "make sure you're not a bot page" which of course does not have the right checksum as the archive. I think this should be reported to INRIA to make an exception for the file URLs as they are very much meant to be downloaded by bots like |
shonfeder
approved these changes
Mar 26, 2026
Member
|
Thanks for the fix! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The new attestation actions use
attestation.jsonas filename instead ofattestation.jsonl; this PR fixes the location that is shown on the web site.Closes #227.