From d5fc741319574d495238756a51388add3c8bad58 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 30 Sep 2021 20:20:25 +0200
Subject: [PATCH] remove cuda zip_keys

---
 bob/devtools/data/conda_build_config.yaml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml
index 62550979..35540830 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -132,11 +132,6 @@ zip_keys:
     - python
     - numpy
     - python_impl
-  -                             # [linux64]
-    - cudnn                     # [linux64]
-    - cuda_compiler_version     # [linux64]
-    - cdt_name                  # [linux64]
-    - docker_image              # [linux64 and os.environ.get("BUILD_PLATFORM") == "linux-64"]
 
 
 # TODO: remove these when run_exports are added to the packages.
-- 
GitLab