From 71a97a56f54c3b4f2dba16f0642cdee725ede868 Mon Sep 17 00:00:00 2001 From: Laurent Claustre Date: Thu, 18 Jan 2024 14:27:48 +0100 Subject: [PATCH 1/3] lima-core 1.9.23 --- conda/camera/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/camera/meta.yaml b/conda/camera/meta.yaml index 3b7763d..87e617c 100644 --- a/conda/camera/meta.yaml +++ b/conda/camera/meta.yaml @@ -19,7 +19,7 @@ requirements: host: - python {{ python }} - sip 4.19* - - lima-core 1.9.21 + - lima-core 1.9.23 - tucam-sdk 2.0.20220915 build: - cmake -- GitLab From b0ea8d0e6273bd306e8ecb082823241bf1c66786 Mon Sep 17 00:00:00 2001 From: Laurent Claustre Date: Thu, 18 Jan 2024 16:09:25 +0100 Subject: [PATCH 2/3] !fixup --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31850a8..c7ba7a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ stages: build-linux: <<: *build-conda script: - - conda mambabuild ./conda/camera --prefix-length=80 --output-folder=dist/ -c conda-forge -c http://bcu-ci.esrf.fr/stable + - conda mambabuild ./conda/camera --output-folder=dist/ c http://bcu-ci.esrf.fr/stable tags: - linux @@ -22,7 +22,7 @@ build-noarch: <<: *build-conda stage: build-noarch script: - - conda mambabuild ./conda/tango --prefix-length=80 --output-folder=dist/ -c conda-forge -c http://bcu-ci.esrf.fr/stable + - conda mambabuild ./conda/tango --output-folder=dist/ -c http://bcu-ci.esrf.fr/stable dependencies: - build-linux tags: -- GitLab From 9ff1e0f01e4dc7a982ed186c28c8301144787f96 Mon Sep 17 00:00:00 2001 From: Laurent Claustre Date: Thu, 18 Jan 2024 16:10:38 +0100 Subject: [PATCH 3/3] !fixup --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7ba7a7..89c5a5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ stages: build-linux: <<: *build-conda script: - - conda mambabuild ./conda/camera --output-folder=dist/ c http://bcu-ci.esrf.fr/stable + - conda mambabuild ./conda/camera --output-folder=dist/ -c http://bcu-ci.esrf.fr/stable tags: - linux -- GitLab