mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-12 00:40:25 -04:00
bazel: use openssl from nixpkgs
This commit is contained in:
parent
d22f53d7cc
commit
e74dbda64e
11 changed files with 31 additions and 517 deletions
|
@ -229,7 +229,7 @@ cc_library(
|
|||
],
|
||||
deps = [
|
||||
":ms_tpm_20_ref_google_samples",
|
||||
"@org_openssl//:openssl",
|
||||
"@org_openssl//:org_openssl",
|
||||
],
|
||||
target_compatible_with = [
|
||||
"@platforms//os:linux",
|
||||
|
|
|
@ -229,7 +229,7 @@
|
|||
+ ],
|
||||
+ deps = [
|
||||
+ ":ms_tpm_20_ref_google_samples",
|
||||
+ "@org_openssl//:openssl",
|
||||
+ "@org_openssl//:org_openssl",
|
||||
+ ],
|
||||
+ target_compatible_with = [
|
||||
+ "@platforms//os:linux",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue