Skip to content

Commit 48d964f

Browse files
committed
Add numactl to images for binding benchmarks
1 parent 3e99db1 commit 48d964f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devops/scripts/install_build_tools.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ apt update && apt install -yqq \
2828
libzstd-dev \
2929
linux-tools-generic \
3030
linux-tools-common \
31-
time
31+
time \
32+
numactl
3233

3334
# To obtain latest release of spriv-tool.
3435
# Same as what's done in SPRIV-LLVM-TRANSLATOR:

0 commit comments

Comments
 (0)