From 78c25d42ef85a568a21017166058bc5073ad368a Mon Sep 17 00:00:00 2001 From: Ramon Nou Date: Fri, 31 Jan 2025 07:39:33 +0100 Subject: [PATCH] Revert "Merge branch 'jathenst/328-update-capstone-to-5-0-0' into 'master'" This reverts merge request !215 --- CHANGELOG.md | 2 +- scripts/profiles/0.9.4/agios.specs | 2 +- scripts/profiles/0.9.4/arm.specs | 2 +- scripts/profiles/0.9.4/default.specs | 2 +- scripts/profiles/0.9.4/default_zmq.specs | 2 +- scripts/profiles/0.9.4/infiniband_verbs.specs | 2 +- scripts/profiles/0.9.4/install/capstone.install | 2 +- scripts/profiles/0.9.4/install/syscall_intercept.install | 7 +------ scripts/profiles/0.9.4/marenostrum4.specs | 2 +- scripts/profiles/0.9.4/mogon2.specs | 2 +- scripts/profiles/0.9.4/mogon3.specs | 2 +- scripts/profiles/0.9.4/ngio.specs | 2 +- scripts/profiles/0.9.4/omnipath_psm2.specs | 2 +- scripts/profiles/0.9.4/p9.specs | 4 ++-- tests/scripts/dl_dep.sh/0.9.4/agios.out | 2 +- tests/scripts/dl_dep.sh/0.9.4/arm.out | 2 +- tests/scripts/dl_dep.sh/0.9.4/default.out | 2 +- tests/scripts/dl_dep.sh/0.9.4/default_zmq.out | 2 +- tests/scripts/dl_dep.sh/0.9.4/infiniband_verbs.out | 2 +- tests/scripts/dl_dep.sh/0.9.4/marenostrum4.out | 2 +- tests/scripts/dl_dep.sh/0.9.4/mogon2.out | 2 +- tests/scripts/dl_dep.sh/0.9.4/mogon3.out | 4 ++-- tests/scripts/dl_dep.sh/0.9.4/ngio.out | 2 +- tests/scripts/dl_dep.sh/0.9.4/omnipath_psm2.out | 2 +- tests/scripts/dl_dep.sh/0.9.4/p9.out | 2 +- 25 files changed, 27 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75dea0a2d..a98f59b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### New ### Changed +- Unify dependency scripts (dl and compile): Unify `-d` and `-p` flags ([!174](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/174)). - Support for `close_range` syscall. ([!201](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/201)). - Removal of `O_PATH` check in `gkfs_open`, allows cp with asterisk. This is for newer kernels. - Support to print newer syscall (although not implemented). Added syscall number to log for easy capture missing ones. @@ -15,7 +16,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Increased merge assert for files with size 0, specific for DLIO with GekkoFS in Debug ([!208])(https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/208)). - Added code to correct fork issues. `pthread_at_fork` cleans and starts GekkoFS ([!210](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/210)). - Updated mochi to solve ucx corruption issues ([!211])(https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/211)). -- Update capstone to version 5.0.5 ([!215](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/215)). ### Fixed ## [0.9.3] - 2024-07 diff --git a/scripts/profiles/0.9.4/agios.specs b/scripts/profiles/0.9.4/agios.specs index 705aaf4c9..bda8a2c59 100644 --- a/scripts/profiles/0.9.4/agios.specs +++ b/scripts/profiles/0.9.4/agios.specs @@ -38,7 +38,7 @@ comment="All dependencies (except transport-specific and experimental)" # Dependencies that must be downloaded directly wgetdeps=( ["lz4"]="1.9.4" - ["capstone"]="5.0.5" + ["capstone"]="4.0.2" ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" diff --git a/scripts/profiles/0.9.4/arm.specs b/scripts/profiles/0.9.4/arm.specs index cf39df46a..a207f5175 100644 --- a/scripts/profiles/0.9.4/arm.specs +++ b/scripts/profiles/0.9.4/arm.specs @@ -38,7 +38,7 @@ comment="Dependencies for PowerPC supercomputer" # Dependencies that must be downloaded directly wgetdeps=( ["lz4"]="1.9.4" - ["capstone"]="5.0.5" + ["capstone"]="4.0.2" ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" diff --git a/scripts/profiles/0.9.4/default.specs b/scripts/profiles/0.9.4/default.specs index bce96e1c5..be1cc810e 100644 --- a/scripts/profiles/0.9.4/default.specs +++ b/scripts/profiles/0.9.4/default.specs @@ -38,7 +38,7 @@ comment="All dependencies" # Dependencies that must be downloaded directly wgetdeps=( ["lz4"]="1.9.4" - ["capstone"]="5.0.5" + ["capstone"]="4.0.2" ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" diff --git a/scripts/profiles/0.9.4/default_zmq.specs b/scripts/profiles/0.9.4/default_zmq.specs index 7ef4d6d0d..659980363 100644 --- a/scripts/profiles/0.9.4/default_zmq.specs +++ b/scripts/profiles/0.9.4/default_zmq.specs @@ -38,7 +38,7 @@ comment="All dependencies" # Dependencies that must be downloaded directly wgetdeps=( ["lz4"]="1.9.4" - ["capstone"]="5.0.5" + ["capstone"]="4.0.2" ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" diff --git a/scripts/profiles/0.9.4/infiniband_verbs.specs b/scripts/profiles/0.9.4/infiniband_verbs.specs index 70cca1b5f..175ce1aa3 100644 --- a/scripts/profiles/0.9.4/infiniband_verbs.specs +++ b/scripts/profiles/0.9.4/infiniband_verbs.specs @@ -38,7 +38,7 @@ comment="Dependencies for Infiniband supercomputer" # Dependencies that must be downloaded directly wgetdeps=( ["lz4"]="1.9.4" - ["capstone"]="5.0.5" + ["capstone"]="4.0.2" ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" diff --git a/scripts/profiles/0.9.4/install/capstone.install b/scripts/profiles/0.9.4/install/capstone.install index 197481d64..afd7794af 100644 --- a/scripts/profiles/0.9.4/install/capstone.install +++ b/scripts/profiles/0.9.4/install/capstone.install @@ -48,7 +48,7 @@ pkg_install() { CURR="${SOURCE_DIR}/${ID}" prepare_build_dir "${CURR}" cd "${CURR}/build" - ${CMAKE} -DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}" -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_SHARED_LIBS=ON .. + ${CMAKE} -DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}" -DCMAKE_BUILD_TYPE:STRING=Release .. make -j"${CORES}" install } diff --git a/scripts/profiles/0.9.4/install/syscall_intercept.install b/scripts/profiles/0.9.4/install/syscall_intercept.install index 8bbe57ab4..f69393d3a 100644 --- a/scripts/profiles/0.9.4/install/syscall_intercept.install +++ b/scripts/profiles/0.9.4/install/syscall_intercept.install @@ -48,16 +48,11 @@ pkg_install() { CURR="${SOURCE_DIR}/${ID}" EXTRA_INSTALL_ARGS="${PROFILE_EXTRA_INSTALL_ARGS[${ID}]}" prepare_build_dir "${CURR}" - - # patch path for new capstone 5.0.5 include location - sed -i 's/\#include /\#include /g' \ - ${CURR}/src/capstone_wrapper.h - if [[ ${EXTRA_INSTALL_ARGS} == "ARM64" ]]; then cd "${CURR}"/arch/aarch64/ mkdir -p build cd build - else + else cd "${CURR}"/build fi $CMAKE -DCMAKE_PREFIX_PATH="${INSTALL_DIR}" \ diff --git a/scripts/profiles/0.9.4/marenostrum4.specs b/scripts/profiles/0.9.4/marenostrum4.specs index ae6ed2e9d..f678fd93f 100644 --- a/scripts/profiles/0.9.4/marenostrum4.specs +++ b/scripts/profiles/0.9.4/marenostrum4.specs @@ -38,7 +38,7 @@ comment="Dependencies for Marenostrum 4 supercomputer" # Dependencies that must be downloaded directly wgetdeps=( ["lz4"]="1.9.4" - ["capstone"]="5.0.5" + ["capstone"]="4.0.2" ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" diff --git a/scripts/profiles/0.9.4/mogon2.specs b/scripts/profiles/0.9.4/mogon2.specs index 604605889..8f5801f0e 100644 --- a/scripts/profiles/0.9.4/mogon2.specs +++ b/scripts/profiles/0.9.4/mogon2.specs @@ -38,7 +38,7 @@ comment="Dependencies for Mogon 2 supercomputer" # Dependencies that must be downloaded directly wgetdeps=( ["lz4"]="1.9.4" - ["capstone"]="5.0.5" + ["capstone"]="4.0.2" ["argobots"]="1.1" ["rocksdb"]="8.10.0" ["psm2"]="11.2.185" diff --git a/scripts/profiles/0.9.4/mogon3.specs b/scripts/profiles/0.9.4/mogon3.specs index ff7542363..1eec2d166 100644 --- a/scripts/profiles/0.9.4/mogon3.specs +++ b/scripts/profiles/0.9.4/mogon3.specs @@ -38,7 +38,7 @@ comment="Dependencies for Mogon 2 supercomputer" # Dependencies that must be downloaded directly wgetdeps=( ["lz4"]="1.9.4" - ["capstone"]="5.0.5" + ["capstone"]="4.0.2" ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" diff --git a/scripts/profiles/0.9.4/ngio.specs b/scripts/profiles/0.9.4/ngio.specs index 84a541a65..d6988929f 100644 --- a/scripts/profiles/0.9.4/ngio.specs +++ b/scripts/profiles/0.9.4/ngio.specs @@ -38,7 +38,7 @@ comment="Dependencies for NEXTGenIO prototype cluster" # Dependencies that must be downloaded directly wgetdeps=( ["lz4"]="1.9.4" - ["capstone"]="5.0.5" + ["capstone"]="4.0.2" ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" diff --git a/scripts/profiles/0.9.4/omnipath_psm2.specs b/scripts/profiles/0.9.4/omnipath_psm2.specs index 804563678..3666fde8e 100644 --- a/scripts/profiles/0.9.4/omnipath_psm2.specs +++ b/scripts/profiles/0.9.4/omnipath_psm2.specs @@ -38,7 +38,7 @@ comment="Dependencies for Omnipath supercomputer" # Dependencies that must be downloaded directly wgetdeps=( ["lz4"]="1.9.4" - ["capstone"]="5.0.5" + ["capstone"]="4.0.2" ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" diff --git a/scripts/profiles/0.9.4/p9.specs b/scripts/profiles/0.9.4/p9.specs index 6a679ebe5..c10ea7f47 100644 --- a/scripts/profiles/0.9.4/p9.specs +++ b/scripts/profiles/0.9.4/p9.specs @@ -38,7 +38,7 @@ comment="Dependencies for PowerPC supercomputer" # Dependencies that must be downloaded directly wgetdeps=( ["lz4"]="1.9.4" - ["capstone"]="5.0.5" + ["capstone"]="4.0.2" ["argobots"]="1.2" ["rocksdb"]="8.10.0" ["json-c"]="0.17-20230812" @@ -66,7 +66,7 @@ clonedeps_patches=( # Ordering that MUST be followed when downloading order=( - "lz4" "capstone" "json-c" "psm2" "libfabric" "mercury" "argobots" "margo" "rocksdb" "syscall_intercept" "date" + "lz4" "capstone" "json-c" "psm2" "libfabric" "mercury" "argobots" "margo" "rocksdb" "syscall_intercept" "date" ) # Extra arguments passed to the installation script. As such, they can diff --git a/tests/scripts/dl_dep.sh/0.9.4/agios.out b/tests/scripts/dl_dep.sh/0.9.4/agios.out index b7288f0ab..62276d28e 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/agios.out +++ b/tests/scripts/dl_dep.sh/0.9.4/agios.out @@ -1,5 +1,5 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' -Downloaded 'https://github.com/aquynh/capstone/archive/5.0.5.tar.gz' to 'capstone' +Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' diff --git a/tests/scripts/dl_dep.sh/0.9.4/arm.out b/tests/scripts/dl_dep.sh/0.9.4/arm.out index 36c40fe9f..869185846 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/arm.out +++ b/tests/scripts/dl_dep.sh/0.9.4/arm.out @@ -1,5 +1,5 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' -Downloaded 'https://github.com/aquynh/capstone/archive/5.0.5.tar.gz' to 'capstone' +Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Downloaded 'https://github.com/cornelisnetworks/opa-psm2/archive/PSM2_11.2.185.tar.gz' to 'psm2' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' diff --git a/tests/scripts/dl_dep.sh/0.9.4/default.out b/tests/scripts/dl_dep.sh/0.9.4/default.out index 3a51e9a2b..501bc7188 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/default.out +++ b/tests/scripts/dl_dep.sh/0.9.4/default.out @@ -1,5 +1,5 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' -Downloaded 'https://github.com/aquynh/capstone/archive/5.0.5.tar.gz' to 'capstone' +Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' diff --git a/tests/scripts/dl_dep.sh/0.9.4/default_zmq.out b/tests/scripts/dl_dep.sh/0.9.4/default_zmq.out index 252eb68fa..01351e093 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/default_zmq.out +++ b/tests/scripts/dl_dep.sh/0.9.4/default_zmq.out @@ -1,5 +1,5 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' -Downloaded 'https://github.com/aquynh/capstone/archive/5.0.5.tar.gz' to 'capstone' +Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' diff --git a/tests/scripts/dl_dep.sh/0.9.4/infiniband_verbs.out b/tests/scripts/dl_dep.sh/0.9.4/infiniband_verbs.out index 94eb489bd..970a2edd8 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/infiniband_verbs.out +++ b/tests/scripts/dl_dep.sh/0.9.4/infiniband_verbs.out @@ -1,5 +1,5 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' -Downloaded 'https://github.com/aquynh/capstone/archive/5.0.5.tar.gz' to 'capstone' +Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric%verbs' with commit '[HEAD]' and flags '--branch=v1.20.1' Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' diff --git a/tests/scripts/dl_dep.sh/0.9.4/marenostrum4.out b/tests/scripts/dl_dep.sh/0.9.4/marenostrum4.out index 11b0ae507..1a8af2b9d 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/marenostrum4.out +++ b/tests/scripts/dl_dep.sh/0.9.4/marenostrum4.out @@ -1,5 +1,5 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' -Downloaded 'https://github.com/aquynh/capstone/archive/5.0.5.tar.gz' to 'capstone' +Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Downloaded 'https://github.com/cornelisnetworks/opa-psm2/archive/PSM2_11.2.185.tar.gz' to 'psm2' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' diff --git a/tests/scripts/dl_dep.sh/0.9.4/mogon2.out b/tests/scripts/dl_dep.sh/0.9.4/mogon2.out index 9e570e5cd..442b83681 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/mogon2.out +++ b/tests/scripts/dl_dep.sh/0.9.4/mogon2.out @@ -1,5 +1,5 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' -Downloaded 'https://github.com/aquynh/capstone/archive/5.0.5.tar.gz' to 'capstone' +Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' diff --git a/tests/scripts/dl_dep.sh/0.9.4/mogon3.out b/tests/scripts/dl_dep.sh/0.9.4/mogon3.out index 315bdb76a..91c6a6739 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/mogon3.out +++ b/tests/scripts/dl_dep.sh/0.9.4/mogon3.out @@ -1,5 +1,5 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' -Downloaded 'https://github.com/aquynh/capstone/archive/5.0.5.tar.gz' to 'capstone' +Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Cloned 'https://github.com/mercury-hpc/mercury' to 'mercury' with commit '[v2.4.0]' and flags '--recurse-submodules' Downloaded 'https://github.com/pmodels/argobots/archive/v1.2.tar.gz' to 'argobots' @@ -9,4 +9,4 @@ Cloned 'https://github.com/GekkoFS/syscall_intercept.git' to 'syscall_intercept' Applying patch '/builds/gitlab/hpc/gekkofs/scripts/patches/syscall_intercept.patch'... Downloaded 'https://github.com/zeromq/libzmq/archive/v4.3.5.tar.gz' to 'libzmq' Downloaded 'https://github.com/zeromq/cppzmq/archive/v4.10.0.tar.gz' to 'cppzmq' -Done +Done \ No newline at end of file diff --git a/tests/scripts/dl_dep.sh/0.9.4/ngio.out b/tests/scripts/dl_dep.sh/0.9.4/ngio.out index 11b0ae507..1a8af2b9d 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/ngio.out +++ b/tests/scripts/dl_dep.sh/0.9.4/ngio.out @@ -1,5 +1,5 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' -Downloaded 'https://github.com/aquynh/capstone/archive/5.0.5.tar.gz' to 'capstone' +Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Downloaded 'https://github.com/cornelisnetworks/opa-psm2/archive/PSM2_11.2.185.tar.gz' to 'psm2' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' diff --git a/tests/scripts/dl_dep.sh/0.9.4/omnipath_psm2.out b/tests/scripts/dl_dep.sh/0.9.4/omnipath_psm2.out index 523eb08c5..3d957553e 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/omnipath_psm2.out +++ b/tests/scripts/dl_dep.sh/0.9.4/omnipath_psm2.out @@ -1,5 +1,5 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' -Downloaded 'https://github.com/aquynh/capstone/archive/5.0.5.tar.gz' to 'capstone' +Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Downloaded 'https://github.com/cornelisnetworks/opa-psm2/archive/PSM2_11.2.185.tar.gz' to 'psm2' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' diff --git a/tests/scripts/dl_dep.sh/0.9.4/p9.out b/tests/scripts/dl_dep.sh/0.9.4/p9.out index ca7dc02d2..e8e9a02df 100644 --- a/tests/scripts/dl_dep.sh/0.9.4/p9.out +++ b/tests/scripts/dl_dep.sh/0.9.4/p9.out @@ -1,5 +1,5 @@ Downloaded 'https://github.com/lz4/lz4/archive/v1.9.4.tar.gz' to 'lz4' -Downloaded 'https://github.com/aquynh/capstone/archive/5.0.5.tar.gz' to 'capstone' +Downloaded 'https://github.com/aquynh/capstone/archive/4.0.2.tar.gz' to 'capstone' Downloaded 'https://github.com/json-c/json-c/archive/json-c-0.17-20230812.tar.gz' to 'json-c' Downloaded 'https://github.com/cornelisnetworks/opa-psm2/archive/PSM2_11.2.185.tar.gz' to 'psm2' Cloned 'https://github.com/ofiwg/libfabric.git' to 'libfabric' with commit '[HEAD]' and flags '--branch=v1.20.1' -- GitLab