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

feat: install strace in xl

parent 2f5c6cfb
No related branches found
No related tags found
1 merge request!1013feat: install strace in xl
Pipeline #103915 passed
Pipeline: reconstruction_benchmarks

#103918

    Pipeline: eic_container: feat: install strace in xl

    #103917

      Pipeline: eic_container: feat: install strace in xl

      #103916

        ......@@ -156,6 +156,7 @@ git config --global user.name "EIC Container Build Service"
        git config --global advice.detachedHead false
        git clone --filter=tree:0 https://github.com/${SPACK_ORGREPO}.git ${SPACK_ROOT}
        git -C ${SPACK_ROOT} checkout ${SPACK_VERSION}
        git -C ${SPACK_ROOT} gc --no-auto
        if [ -n "${SPACK_CHERRYPICKS}" ] ; then
        SPACK_CHERRYPICKS=$(git -C ${SPACK_ROOT} rev-list --topo-order ${SPACK_CHERRYPICKS} | grep -m $(echo ${SPACK_CHERRYPICKS} | wc -w) "${SPACK_CHERRYPICKS}" | tac)
        eval "declare -A SPACK_CHERRYPICKS_FILES_ARRAY=(${SPACK_CHERRYPICKS_FILES})"
        ......
        ......@@ -413,6 +413,9 @@ packages:
        stow:
        require:
        - '@2.3.1'
        strace:
        require:
        - -mpers
        tensorflow-lite:
        require:
        - '@2.8.0'
        ......
        ......@@ -103,6 +103,7 @@ spack:
        - snakemake
        - spdlog
        - stow
        - strace
        - valgrind
        - xrootd
        - xeyes
        ......@@ -39,12 +39,13 @@ f8f01c336c882f29ac364995423b9f69ac365462
        395491815acb20e48050b77dca457aa7cc340ca1
        43d1cdb0bd4780bff369dafa681a8a7939313784
        5bc105c01c0e458924df40d51f7111ba507689f9
        dce2f4ca7cb0c96d1be94ef6ee7a3f0c45207af0
        ---
        ## Optional hash table with comma-separated file list
        read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
        --- || true
        [67536058077995cab1ed23b8ca62aaf75463ae04]=var/spack/repos/builtin/packages/py-protobuf/package.py
        [7b9f8abce5cee74546a6f588f88c6f353170d52b]=var/spack/repos/builtin/packages/protobuf/package.py,var/spack/repos/builtin/packages/py-protobuf/package.py
        [7b9f8abce5cee74546a6f588f88c6f353170d52b]=var/spack/repos/builtin/packages/protobuf/package.py,var/spack/repos/builtin/packages/py-protobuf/package.py,var/spack/repos/builtin/packages/strace/package.py
        ---
        ## Ref: https://github.com/spack/spack/commit/[hash]
        ## [hash]: [description]
        ......@@ -79,3 +80,4 @@ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
        ## 395491815acb20e48050b77dca457aa7cc340ca1: dd4hep: mark conflict with root@6.31.1:
        ## 43d1cdb0bd4780bff369dafa681a8a7939313784: dd4hep: Add tag for version 1.30
        ## 5bc105c01c0e458924df40d51f7111ba507689f9: gfal2: new package (and dependencies)
        ## dce2f4ca7cb0c96d1be94ef6ee7a3f0c45207af0: strace: add v6.11 and mpers variant (disabed by default)
        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