Unverified Commit c4efba04 authored by Eberhard Beilharz's avatar Eberhard Beilharz
Browse files

chore(linux): Don't fail on parallel builds

If another build runs on the same build agent at the same time and
installs dependencies at the same time, previously the build failed
because apt/dpkg was already running. This change checks for the
existence of the apt/dpkg lock file and waits until the other process
is finished before starting the installation of dependencies.
parent b4e612d4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment