Skip to content

Commit

Permalink
Add liboqs to getdeps
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookincubator/zstrong#990

* Add liboqs to getdeps
* Add liboqs as dependency in fizz

Differential Revision: D62399390

fbshipit-source-id: aca81633b6f35146d29a09a7ff899bddae32e14a
  • Loading branch information
Jolene Tan authored and facebook-github-bot committed Sep 13, 2024
1 parent a3fcabf commit 8333826
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/fbcode_builder/manifests/fizz
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ BUILD_TESTS = OFF

[dependencies]
folly
liboqs
libsodium
zlib
zstd
Expand Down
13 changes: 13 additions & 0 deletions build/fbcode_builder/manifests/liboqs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[manifest]
name = liboqs

[download]
url = https://github.com/open-quantum-safe/liboqs/archive/refs/tags/0.10.1.tar.gz
sha256 = 00ca8aba65cd8c8eac00ddf978f4cac9dd23bb039f357448b60b7e3eed8f02da

[build]
builder = cmake
subdir = liboqs-0.10.1

[dependencies]
openssl

0 comments on commit 8333826

Please sign in to comment.