From 853e0fa5e55eb3f20f82f8146d57ff4a96698c84 Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Sun, 15 Oct 2023 09:57:48 -0700 Subject: [PATCH] Use 1.76 version of UHDM in non-vendored UHDM --- .github/workflows/non_vendored.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/non_vendored.yml b/.github/workflows/non_vendored.yml index 85ac17950b..7c253e161a 100644 --- a/.github/workflows/non_vendored.yml +++ b/.github/workflows/non_vendored.yml @@ -58,7 +58,7 @@ jobs: cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DJSON_BuildTests=OFF . && cmake --build build && sudo cmake --install build popd - git clone --depth 1 --branch v1.75 https://github.com/chipsalliance/UHDM.git + git clone --depth 1 --branch v1.76 https://github.com/chipsalliance/UHDM.git pushd UHDM cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DUHDM_USE_HOST_GTEST=ON -DUHDM_USE_HOST_CAPNP=ON . && cmake --build build && sudo cmake --install build popd @@ -93,7 +93,7 @@ jobs: pushd build && ctest --output-on-failure && popd rm -rf build # make sure we only see installation artifacts - + # this shouldnt be necessary, and can't be reproduced outside CI export CMAKE_PREFIX_PATH=$INSTALL_DIR