Skip to content

Commit

Permalink
Merge pull request #3908 from hzeller/20231015-non-vendored-uhdm
Browse files Browse the repository at this point in the history
Use 1.76 version of UHDM in non-vendored UHDM
  • Loading branch information
hzeller authored Oct 15, 2023
2 parents 140d669 + 853e0fa commit 1a5ca24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/non_vendored.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1a5ca24

Please sign in to comment.