Based on conversations with the evergreen team, installing in the config.yml is taboo, since installing packages may install packages or upgrade packages that other tasks depend on.
We currently have apt-get install awscli which doesn't seem necessary since awscli should be installed anyway. That command almost always fails anyway with:
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
We should also remove/replace the apt-get install in CDRIVER-2726 for the ABI checker with downloading the binaries directly.
- is related to
-
CDRIVER-2726 Schedule abi compliance test in Evergreen
- Closed