Skip to content

Commit

Permalink
use master of surelog for now
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Sep 19, 2023
1 parent bb32a83 commit ead45c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ uhdm/rpm: ## build rpm package for uhdm
SURELOG_CMAKE_ARGS := -DSURELOG_USE_HOST_ANTLR=ON -DSURELOG_USE_HOST_UHDM=ON -DSURELOG_USE_HOST_CAPNP=ON -DSURELOG_USE_HOST_GTEST=ON -DSURELOG_BUILD_TESTS=OFF -DSURELOG_WITH_TCMALLOC=OFF -DSURELOG_WITH_ZLIB=ON

surelog/.git:
git clone --depth 1 --branch v$(SURELOG_VERSION) https://github.com/chipsalliance/Surelog.git surelog
# git clone --depth 1 --branch v$(SURELOG_VERSION) https://github.com/chipsalliance/Surelog.git surelog
git clone --depth 1 --branch master https://github.com/chipsalliance/Surelog.git surelog

surelog/build_shared: surelog/.git
cd surelog && cmake $(SURELOG_CMAKE_ARGS) $(CMAKE_COMMON_ARGS_SHARED) .
Expand Down

0 comments on commit ead45c6

Please sign in to comment.