We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e19af5 commit a123482Copy full SHA for a123482
devops/scripts/install_build_tools.sh
@@ -29,9 +29,7 @@ apt update && apt install -yqq \
29
linux-tools-generic \
30
linux-tools-common \
31
time \
32
- numactl \
33
- gcc-14 \
34
- g++-14
+ numactl
35
36
# To obtain latest release of spriv-tool.
37
# Same as what's done in SPRIV-LLVM-TRANSLATOR:
@@ -43,5 +41,5 @@ apt update && apt install -yqq pkg-config
43
41
if [[ "$VERSION_CODENAME" == "jammy" ]]; then
44
42
apt-get install -yqq clang-14 libc++-14-dev
45
else
46
- apt-get install -yqq clang-18 libc++-18-dev
+ apt-get install -yqq clang-18 libc++-18-dev gcc-14 g++-14
47
fi
0 commit comments