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 90c925d commit 4a5e2a9Copy full SHA for 4a5e2a9
env/linux-x86-bookworm/Dockerfile
@@ -21,6 +21,7 @@ ENV DEBIAN_FRONTEND noninteractive
21
# libc6-dev: for building Go's bootstrap 'dist' prog
22
# libgles2-mesa-dev: required by x/mobile repo
23
# libopenal-dev: required by x/mobile repo
24
+# linux-perf: for performance analysis on perf builders
25
# lsof: misc basic tool
26
# make: used for setting up benchmarks in the x/benchmark builders
27
# mercurial: mercurial VCS supported by cmd/go
@@ -49,6 +50,7 @@ RUN apt-get update && apt-get install -y \
49
50
libc6-dev-i386 \
51
libgles2-mesa-dev \
52
libopenal-dev \
53
+ linux-perf \
54
lsof \
55
make \
56
mercurial \
0 commit comments