Skip to content
Snippets Groups Projects
Commit e21577b0 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: default versions of EICrecon and juggler in packages.yaml

parent d671edec
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !747. Comments created here will be created in the context of that merge request.
......@@ -5,10 +5,10 @@ variables:
DOCKER_IMAGE: docker.io/docker:24.0.5
SINGULARITY_IMAGE: quay.io/singularity/singularity:v3.11.4
## Application versions used for the main release
## Default versions are specified in packages.yaml but can be overridden
## note: nightly builds will always use the master/main branch
JUGGLER_VERSION: "v13.0.0"
EICRECON_VERSION: "v1.9.1"
JUGGLER_VERSION: ""
EICRECON_VERSION: ""
## Local registry
CI_PUSH: 1
......
......@@ -94,7 +94,7 @@ packages:
- '@1.1.12'
eicrecon:
require:
- '@1.8.1'
- '@1.9.1'
eigen:
require:
- '@3.4.0'
......@@ -163,7 +163,7 @@ packages:
- -ipo +podio +root +zmq
juggler:
require:
- '@12.0.0'
- '@13.0.0'
- cxxstd=20
k4actstracking:
require:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment