icecc / icecream

Distributed compiler with a central scheduler to share build load
GNU General Public License v2.0
1.58k stars 248 forks source link

Add llvm-symbolizer to environment tarball #597

Closed deriamis closed 2 years ago

deriamis commented 2 years ago

We weren't adding llvm-symbolizer to the environment tarball even though we assume it is present in the tests. It really should be put in there when available, or sanitizer output coming from a remote job will be hard to decipher.

HenryMiller1 commented 2 years ago

This can be closed, right?

deriamis commented 2 years ago

Yep, merged in commit c87373f as part of #596.