gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 139/151: azure: the macos cmake doesn't need to install cmake


From: gnunet
Subject: [gnurl] 139/151: azure: the macos cmake doesn't need to install cmake
Date: Fri, 20 Dec 2019 14:27:28 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 5eda54c0f08ecf4e456dc3d4495af5e6d90fc5c6
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Dec 16 09:59:53 2019 +0100

    azure: the macos cmake doesn't need to install cmake
    
     Error: cmake 3.15.5 is already installed
     To upgrade to 3.16.1, run `brew upgrade cmake`.
    
    Closes #4723
---
 .azure-pipelines.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index ac0b0cc3e..93f8cd067 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -141,7 +141,7 @@ jobs:
     pool:
       vmImage: 'macOS-latest'
     steps:
-    - script: brew update && brew install libtool autoconf automake nghttp2 
pkg-config cmake openssl
+    - script: brew update && brew install libtool autoconf automake nghttp2 
pkg-config openssl
       displayName: Install packages
 
     - script: cmake -H. -Bbuild -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl 
-DCURL_DISABLE_LDAP=ON -DCURL_DISABLE_LDAPS=ON && cmake --build build

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]