bazel: use openssl from nixpkgs

This commit is contained in:
Malte Poll 2023-10-04 13:17:01 +02:00 committed by Malte Poll
parent d22f53d7cc
commit e74dbda64e
11 changed files with 31 additions and 517 deletions

View file

@ -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",

View file

@ -229,7 +229,7 @@
+ ],
+ deps = [
+ ":ms_tpm_20_ref_google_samples",
+ "@org_openssl//:openssl",
+ "@org_openssl//:org_openssl",
+ ],
+ target_compatible_with = [
+ "@platforms//os:linux",