Skip to content

Commit

Permalink
switch to built dependencies
Browse files Browse the repository at this point in the history
Summary: The openssl manifest needed an nop builder to allow build without --allow-system-packages , otherwise if gave`Exception: project openssl has no builder for <getdeps.manifest.ManifestContext object at 0x7f43f263b220>`

Reviewed By: DevidXu

Differential Revision: D57277879

fbshipit-source-id: ec87a2b9e072645e550e6b9edd09936b88698b83
  • Loading branch information
ahornby authored and facebook-github-bot committed May 13, 2024
1 parent 86b619c commit c5554ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/fbcode_builder/manifests/openssl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ openssl-libs
url = https://www.openssl.org/source/openssl-1.1.1l.tar.gz
sha256 = 0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1

# We use the system openssl on linux
# We use the system openssl on these platforms even without --allow-system-packages
[build.any(os=linux, os=freebsd)]
builder = nop

[build.not(any(os=linux, os=freebsd))]
builder = openssl
subdir = openssl-1.1.1l
Expand Down

0 comments on commit c5554ee

Please sign in to comment.