From 76e11d35f33a493c9f76e7081c8ace25470a6503 Mon Sep 17 00:00:00 2001 From: Steffen Graber Date: Tue, 6 Aug 2024 07:20:28 +0200 Subject: [PATCH] Add new NEST version 3.8 (#243) * Merge build and deploy to fix deploy problems * Add nest-server requirements * Fix nest-desktop and compose file * Add v3.7 * Remove test * Add v3.7 to readme * Fix nestml version and add pygsl * Install nestml fix for nest verssion * Fix merging errors * Deactivate build of 3.7 and 2.20.2 in CI * Add rc2 * NEW Version 3.8 --- ci-templates/000_3.8.gitlab-ci.yml | 4 ++-- src/3.8/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci-templates/000_3.8.gitlab-ci.yml b/ci-templates/000_3.8.gitlab-ci.yml index 29757d7..19c6672 100644 --- a/ci-templates/000_3.8.gitlab-ci.yml +++ b/ci-templates/000_3.8.gitlab-ci.yml @@ -12,13 +12,13 @@ Build_3.8: - docker pull nest/nest-simulator:3.8 || true - docker build --cache-from nest/nest-simulator:3.8 - --tag nest/nest-simulator:3.8_rc2 + --tag nest/nest-simulator:3.8 ./src/3.8 # Test #- docker run -i --rm nest/nest-simulator:3.8bash /opt/test-nest.sh # Deploy - echo -n $DOCKERHUB_REGISTRY_TOKEN | docker login -u $DOCKERHUB_REGISTRY_USER --password-stdin - - docker push nest/nest-simulator:3.8_rc2 + - docker push nest/nest-simulator:3.8 - docker logout $DOCKERHUB_REGISTRY tags: - shell-runner diff --git a/src/3.8/Dockerfile b/src/3.8/Dockerfile index 0045661..1fb8d98 100644 --- a/src/3.8/Dockerfile +++ b/src/3.8/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:22.04 LABEL maintainer="s.graber@fz-juelich.de" -ARG NEST_VERSION=3.8_rc2 +ARG NEST_VERSION=3.8 ARG SRC_PATH=/tmp ARG CMAKE_C_COMPILER_LAUNCHER=ccache ARG CMAKE_CXX_COMPILER_LAUNCHER=ccache