Commit 5f7422b2 authored by Kash Shampur's avatar Kash Shampur
Browse files

Bug 1831864 - Remove need for install-build-deps script for Linux CaR builds....

Bug 1831864 - Remove need for install-build-deps script for Linux CaR builds. r=perftest-reviewers,sparky

Recently the Chromium-as-Release linux builds started to fail and that is due to some changes upstream with the install-build-deps script.
This patch instead updates the Dockerfile packages and removes the (currently) failing script call.

Differential Revision: https://phabricator.services.mozilla.com/D177415
parent 6dcbab0f
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -20,7 +20,4 @@ RUN apt-get update && \
      wget \
      zip \
      lsb-release \
      sudo

RUN adduser worker sudo
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
      gperf
+0 −3
Original line number Diff line number Diff line
@@ -32,9 +32,6 @@ gclient config --name src "https://chromium.googlesource.com/chromium/src.git" -

cd src

# need sudo access to run this and get required dependencies for linux
./build/install-build-deps.sh

# now we can run hooks and fetch PGO + everything else
gclient runhooks