Commit ed81605
authored
[ABLD-158] Switch @openssl// to depend on @xz//:liblzma instead of :lzma (#42545)
It turns out the things that depend on openssl can not build with the :lzma usege.
It needs more investigation, but I think the culprit is using the output_shared_library feature of rules-foreign-cc. We probably should just build a regulary library and then add a cc_shared_library on top of that.
Doing this now, even without complete understanding, allows us to add curl on top of openssl, and then test a real dependency stack to a binary.
Needed by #42546
Co-authored-by: tony.aiuto <tony.aiuto@datadoghq.com>1 parent bbd22f0 commit ed81605
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
0 commit comments