mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 04:54:05 -05:00
Update BLST to v0.3.11 (#12717)
* add changes * Remove server.c exclusion in headers --------- Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
This commit is contained in:
3
third_party/blst/blst.BUILD
vendored
3
third_party/blst/blst.BUILD
vendored
@@ -16,7 +16,7 @@ go_library(
|
||||
name = "go_default_library",
|
||||
srcs = [
|
||||
"bindings/go/blst.go",
|
||||
"bindings/go/server.c",
|
||||
"bindings/go/cgo_server.c",
|
||||
],
|
||||
cgo = True,
|
||||
copts = [
|
||||
@@ -111,7 +111,6 @@ cc_library(
|
||||
"src/*.h",
|
||||
],
|
||||
exclude = [
|
||||
"src/server.c",
|
||||
"src/client_*.c",
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user