Skip to content

gitlab-ci: Disable use of ld.lld on ARMv7

Ben Gamari requested to merge wip/T18280 into master

It turns out that lld non-deterministically fails on ARMv7. I suspect this may be due to the a kernel regression as this only started happening when we upgraded to 5.4. Nevertheless, easily avoided by simply sticking with gold.

Works around #18280 (closed).

Merge request reports