scipr-lab / libff

C++ library for Finite Fields and Elliptic Curves
Other
149 stars 82 forks source link

Test bumping gcc and g++ versions #95

Closed ValarDragon closed 3 years ago

ValarDragon commented 3 years ago

It seems like gcc-5 and g++-5 were removed from mirrors due to being too old


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.

ValarDragon commented 3 years ago

Huh, for some reason I thought CI ran on each PR here. Ideally we should make this happen.

I'll try building the library on a fresh cloud instance, and post updates here. (Probably won't get to it until tmrw)

solomonjoseph commented 3 years ago

It should be running the CI on each PR. There's a syntax error in the CI script in the develop branch, which is why the CI isn't running.

ValarDragon commented 3 years ago

Superceded by fixes in #98