Skip to content

Commit 4a5e2a9

Browse files
committed
env/linux-x86-bookworm: add perf tool
Change-Id: I8f75a7316d9cce2095606e7d0b044890b925d4e2 Reviewed-on: https://go-review.googlesource.com/c/build/+/566420 Reviewed-by: Michael Knyszek <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 90c925d commit 4a5e2a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

env/linux-x86-bookworm/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ENV DEBIAN_FRONTEND noninteractive
2121
# libc6-dev: for building Go's bootstrap 'dist' prog
2222
# libgles2-mesa-dev: required by x/mobile repo
2323
# libopenal-dev: required by x/mobile repo
24+
# linux-perf: for performance analysis on perf builders
2425
# lsof: misc basic tool
2526
# make: used for setting up benchmarks in the x/benchmark builders
2627
# mercurial: mercurial VCS supported by cmd/go
@@ -49,6 +50,7 @@ RUN apt-get update && apt-get install -y \
4950
libc6-dev-i386 \
5051
libgles2-mesa-dev \
5152
libopenal-dev \
53+
linux-perf \
5254
lsof \
5355
make \
5456
mercurial \

0 commit comments

Comments
 (0)