This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] SATest: Fix package versions for test dependencies
ClosedPublic

Authored by vsavchenko on Jun 10 2020, 10:56 AM.

Details

Summary

Another possible difference between various users of the
testing system might be a change in dependencies installed on the
container. This commit tries to prevent any problem related to
different versions of the libraries/headers used and fixes them to
currently installed versions.

Diff Detail