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

fix: reenable dbg and prod

parent 7aabfa5b
No related branches found
No related tags found
1 merge request!923fix: reenable dbg and prod
Pipeline #101671 failed
Pipeline: reconstruction_benchmarks

#101674

    Pipeline: physics_benchmarks

    #101673

      Pipeline: detector_benchmarks

      #101672

        ......@@ -310,8 +310,8 @@ eic:
        BUILD_IMAGE: eic_
        PLATFORM: linux/amd64
        ENV:
        # - dbg
        # - prod
        - dbg
        - prod
        - xl
        # - BUILD_TYPE:
        # - default
        ......
        ......@@ -2,6 +2,8 @@ spack:
        include:
        - ../concretizer.yaml
        - ../packages.yaml
        concretizer:
        unify: true
        config:
        install_missing_compilers: false
        specs:
        ......
        ......@@ -77,8 +77,8 @@ packages:
        dd4hep:
        require:
        - '@1.29'
        - +ddg4 +ddcad +hepmc3 +utilityapps +xercesc
        - any_of: [+ddeve, -ddeve]
        - +ddg4 +ddcad +hepmc3 +xercesc
        - any_of: [+ddeve +utilityapps, -ddeve -utilityapps]
        dpmjet:
        require:
        - '@19.3.5'
        ......@@ -146,7 +146,7 @@ packages:
        geant4:
        require:
        - '@11.2.2.east'
        - cxxstd=20 -vecgeom +threads -vtk
        - cxxstd=20 -vecgeom +threads -timemory -vtk
        - any_of: [+opengl +qt +x11, -opengl -qt -x11]
        gettext:
        require:
        ......
        ......@@ -2,6 +2,8 @@ spack:
        include:
        - ../concretizer.yaml
        - ../packages.yaml
        concretizer:
        unify: true
        config:
        install_missing_compilers: false
        specs:
        ......@@ -25,5 +27,5 @@ spack:
        - py-jinja2
        - py-jinja2-cli
        - py-pip
        - root -opengl
        - xrootd
        \ No newline at end of file
        - root -opengl ~webgui ~x
        - xrootd
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment