Skip to content

Commit

Permalink
Add rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber committed Aug 1, 2024
1 parent e99a8a3 commit fe8fe76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ci-templates/000_3.8.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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_rc1
--tag nest/nest-simulator:3.8_rc2
./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_rc1
- docker push nest/nest-simulator:3.8_rc2
- docker logout $DOCKERHUB_REGISTRY
tags:
- shell-runner
Expand Down
6 changes: 2 additions & 4 deletions src/3.8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:22.04
LABEL maintainer="[email protected]"

ARG NEST_VERSION=3.8_rc1
ARG NEST_VERSION=3.8_rc2
ARG SRC_PATH=/tmp
ARG CMAKE_C_COMPILER_LAUNCHER=ccache
ARG CMAKE_CXX_COMPILER_LAUNCHER=ccache
Expand Down Expand Up @@ -126,9 +126,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3 -m pip install --upgrade gsl wheel setuptools swig

#Latest update to nestml v8.0.0-rc1
RUN python3 -m pip install https://api.github.com/repos/nest/nestml/zipball/pull/1087/head

# python3 -m pip install nestml==8.0.0rc1 && \
RUN python3 -m pip install nestml==8.0.0rc1

RUN python3 -m pip install nestml-server@git+https://github.com/babsey/[email protected] && \
python3 -m pip install --upgrade pygsl@git+https://github.com/pygsl/[email protected]
Expand Down

0 comments on commit fe8fe76

Please sign in to comment.