From 071260ba76733b534fed624e8879394620c4419c Mon Sep 17 00:00:00 2001
From: Nicolas Richart <nicolas.richart@epfl.ch>
Date: Fri, 2 Aug 2024 15:33:14 +0200
Subject: [PATCH] Changing curl to not have certificates troubles

---
 stacks/pinot-noir/packages_stack.yaml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/stacks/pinot-noir/packages_stack.yaml b/stacks/pinot-noir/packages_stack.yaml
index aac3d2f..7ae1a64 100644
--- a/stacks/pinot-noir/packages_stack.yaml
+++ b/stacks/pinot-noir/packages_stack.yaml
@@ -38,7 +38,11 @@ packages:
       when: '%oneapi'
 
   curl:
-    require: ['tls=openssl,mbedtls', '+nghttp2', '+libidn2', '+libssh2']
+    require:
+    - '+nghttp2'
+    - '+libidn2'
+    - '+libssh2'
+    - one_of: ['tls=openssl', 'tls=mbedtls']
 
   emacs:
     prefer: ['+tls', '+X', 'toolkit=athena']
@@ -219,6 +223,9 @@ packages:
   py-setuptools:
     require: ['@63.4.3']
 
+  rust:
+    require: ['+dev']
+
   scotch:
     prefer: ['~mpi']
 
-- 
GitLab