Skip to content
Snippets Groups Projects
Commit 411d09b1 authored by KS's avatar KS
Browse files

Bug 1854019 - Add procps to custom-v8 and custom-car linux builds....

Bug 1854019 - Add procps to custom-v8 and custom-car linux builds. r=perftest-reviewers,sparky a=NPOTB

Due to some changes upstream in depot_tools, pgrep is now a required cli
tool. In particular, we fail during the fetching of the source code due
to a pgrep check if the compiler proxy is running.

Differential Revision: https://phabricator.services.mozilla.com/D188827
parent 63de2776
No related branches found
No related tags found
No related merge requests found
......@@ -20,4 +20,5 @@ RUN apt-get update && \
wget \
zip \
lsb-release \
gperf
gperf \
procps
......@@ -18,4 +18,5 @@ RUN apt-get update && \
tar \
unzip \
wget \
zip
zip \
procps
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment