We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c830267 commit 9013632Copy full SHA for 9013632
.github/scripts/hostsetup.sh
@@ -68,9 +68,8 @@ apt install -y \
68
default-jdk \
69
g++-9 \
70
gcc-9 \
71
- wget
72
- # Don't include libtbb-dev since it may increase memory usage
73
- #libtbb-dev \
+ wget \
+ libtbb-dev
74
75
# installing the latest version of cmake
76
apt install -y apt-transport-https ca-certificates gnupg
.github/scripts/install_dependencies.sh
@@ -54,8 +54,8 @@ sudo apt install -y \
54
gcc-11 \
55
clang-6.0 \
56
clang-7 \
57
- clang-10
58
-# libtbb-dev
+ clang-10 \
59
60
pip install -r requirements.txt
61
0 commit comments