Skip to content

Commit 4d6c982

Browse files
committed
[Infra]: adding the uuid-dev package as dependecy of Surelog
Signed-off-by: Seyed Alireza Damghani <sdamghan@unb.ca>
1 parent 8c0adba commit 4d6c982

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/scripts/build.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ set -e
44

55
source $(dirname "$0")/common.sh
66

7+
# Update VtR submodules
8+
if [[ $CMAKE_PARAMS == *"-DYOSYS_SV_UHDM_PLUGIN=ON"* ]]; then
9+
make update_submodules
10+
fi
11+
712
$SPACER
813

914
start_section "vtr.build" "${GREEN}Building..${NC}"
1015
export FAILURE=0
11-
if [[ ${CMAKE_PARAMS} == *"-DYOSYS_SV_UHDM_PLUGIN=ON"* ]]; then
12-
git submodule update --init --recursive
13-
fi
1416
make -k BUILD_TYPE=${BUILD_TYPE} CMAKE_PARAMS="-Werror=dev ${CMAKE_PARAMS} ${CMAKE_INSTALL_PREFIX_PARAMS}" -j2 || export FAILURE=1
1517
end_section "vtr.build"
1618

.github/scripts/hostsetup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ apt install -y \
6565
valgrind \
6666
zip \
6767
qt5-default \
68+
uuid-dev \
6869
default-jdk \
6970
g++-9 \
7071
gcc-9 \

.github/scripts/install_dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ sudo apt install -y \
3939
valgrind \
4040
zip \
4141
qt5-default \
42+
uuid-dev \
4243
default-jdk \
4344
clang-format-7 \
4445
g++-7 \

install_apt_packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ sudo apt-get install -y \
2020
sudo apt-get install -y \
2121
clang \
2222
tcl-dev \
23+
uuid-dev \
2324
default-jdk \
2425
libreadline-dev
2526

0 commit comments

Comments
 (0)