Revert "Update BLST, add force-adx support (#1595)" (#1649)

This reverts commit 4fca306397.

Something in the BLST update is causing SIGILLs on aarch64 non-portable builds. While we debug the issue, I think it's best if we just revert the update.
This commit is contained in:
Michael Sproul
2020-09-23 00:25:56 +00:00
parent a97ec318c4
commit 62c8548ed0
5 changed files with 12 additions and 23 deletions

2
Cargo.lock generated
View File

@@ -525,7 +525,7 @@ dependencies = [
[[package]]
name = "blst"
version = "0.1.1"
source = "git+https://github.com/supranational/blst.git?rev=a8398ed284b0d78858302ad1ceb25a80e7bbe535#a8398ed284b0d78858302ad1ceb25a80e7bbe535"
source = "git+https://github.com/sigp/blst.git?rev=284f7059642851c760a09fb1708bcb59c7ca323c#284f7059642851c760a09fb1708bcb59c7ca323c"
dependencies = [
"cc",
"glob",