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

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

parent 641ae8b5
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.0"
JUGGLER_VERSION: ""
EICRECON_VERSION: ""
## Local registry
CI_PUSH: 1
......
......@@ -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