This is an archive of the discontinued LLVM Phabricator instance.

Add new linux worker and dwarf5 based cross-project builder
ClosedPublic

Authored by dyung on Oct 12 2022, 4:57 PM.

Details

Reviewers
gkistanova
Summary

This commit adds a slow linux worker that runs a DWARF5 compatible configuration so we can run a few additional tests in the cross-project-tests suite that our other worker cannot (it is running an older version of GDB).

The build job configuration is a clone of the existing cross-project-tests-sie-ubuntu builder, with a slight adjustment to the number of parallel test threads due to it being a much older and more resource constrained machine.

Diff Detail