Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fiat-crypto and dependencies with new versions #2540

Merged
merged 2 commits into from
Apr 3, 2023

Conversation

JasonGross
Copy link
Member

For future reference, the sha512 updates were made in each directory by running

src="$(grep -o 'src: "[^"]*' opam | sed s'/src: "//g')"; out="$(echo -- "$src" | grep -o '[^/]*$')"; wget "$src" -O "$out"; sha="$(sha512sum "$out" | cut -f1 -d' ')"; sed 's/sha512=[^"]*/sha512='"$sha"'/g' -i opam

For future reference, the sha512 updates were made in each directory by
running
```
src="$(grep -o 'src: "[^"]*' opam | sed s'/src: "//g')"; out="$(echo -- "$src" | grep -o '[^/]*$')"; wget "$src" -O "$out"; sha="$(sha512sum "$out" | cut -f1 -d' ')"; sed 's/sha512=[^"]*/sha512='"$sha"'/g' -i opam
```
@MSoegtropIMC
Copy link
Contributor

@palmskog : this all failed due to timeouts. I will check this locally in Coq Platform and post here later today if it works for me.

See also mit-plv/fiat-crypto#1565

@palmskog
Copy link
Contributor

palmskog commented Apr 3, 2023

@MSoegtropIMC OK, I will merge if we get an OK report from your local check.

@MSoegtropIMC
Copy link
Contributor

@palmskog : this works for me in a Coq Platform 8.17.0 environment (build and smoke test for all opam packages). So I would say this is good to go. I copied this verbatim to Coq Platform for the 2023.03 beta (will remove it later again).

@palmskog palmskog merged commit 01790fb into coq:master Apr 3, 2023
@JasonGross JasonGross deleted the release-fiat-crypto branch April 3, 2023 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants