Skip to content

Commit

Permalink
Add symlink to perf
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeitong committed Jun 12, 2024
1 parent c52d82b commit 2ae1010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile.ubuntu-devpack
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ RUN apt-get update && \
ubuntu-minimal ubuntu-standard $(grep -v '^#' extra-packages | xargs)
RUN rm /extra-packages

RUN ln -s "$(find /usr/lib/linux-tools/*/perf | head -1)" /usr/local/bin/perf

COPY --from=builder --chmod=755 bazel buildifier buildozer /pprof/pprof \
/perf_data_converter/bazel-bin/src/perf_to_profile \
/usr/local/bin/
Expand Down

0 comments on commit 2ae1010

Please sign in to comment.