Skip to content

Commit acebfb7

Browse files
authored
Merge pull request #2288 from verilog-to-routing/tbb_test_google_runner
TBB setting for ubuntu 22.04
2 parents 82aad54 + 465863f commit acebfb7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/scripts/hostsetup.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ apt install -y \
6969
default-jdk \
7070
g++-9 \
7171
gcc-9 \
72-
wget \
73-
libtbb-dev
72+
wget
7473

7574
# installing the latest version of cmake
7675
apt install -y apt-transport-https ca-certificates gnupg

.github/scripts/install_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sudo apt install -y \
5656
clang-13 \
5757
clang-14 \
5858
clang-format-14 \
59-
libtbb12
59+
libtbb-dev
6060

6161
pip install -r requirements.txt
6262

0 commit comments

Comments
 (0)