summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-16 14:45:11 -0400
committerTom Rini <trini@konsulko.com>2020-05-16 14:45:11 -0400
commitc7ee81669b7ff0e0f26e10ac2fa03960f809f2d8 (patch)
tree9a1148758f997f123ea28b7df448f2977f0aa0c2
parentb62d862601b7c4cf413609709fa8e0144df32204 (diff)
downloadu-boot-c7ee81669b7ff0e0f26e10ac2fa03960f809f2d8.tar.gz
TEST: Try opt/openssl@1.1
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--.azure-pipelines.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 31e69d0f88..4e1e933578 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -16,6 +16,5 @@ jobs:
vmImage: $(macos_vm)
steps:
- script: |
- ls /usr/local/opt
- find /usr /Applications /Library -name evp.h
- make tools-only_config tools-only NO_SDL=1 HOSTCFLAGS="-I/usr/local/miniconda/include" -j$(sysctl -n hw.logicalcpu)
+ ls -lR /usr/local/opt/openssl@1.1
+ make tools-only_config tools-only NO_SDL=1 HOSTCFLAGS="-I/usr/local/opt/openssl@1.1/include" HOSTLDFLAGS="-L/usr/local/opt/openssl@1.1/lib" -j$(sysctl -n hw.logicalcpu)