commit | 88191769e48b6678837c8276bb339d8b377aed08 | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Sat Apr 19 22:10:37 2025 +0300 |
committer | Martin Storsjö <martin@martin.st> | Thu May 01 18:53:02 2025 +0300 |
tree | fe91391c904d133cb80aafb9cf356bdbc9620a43 | |
parent | dcbe86832f5c161ab70098ffb11b1e4955577140 [diff] |
github: Set -DCMAKE_INSTALL_MESSAGE=NEVER when testing libcxx This matches what 28851edf164a337c334755ae33fd58f03cffd5a2 in llvm-project did. When setting up the built libcxx files for testing, the built files are installed into a temporary test root, and the install of them litters the build log with mostly uninteresting output. Signed-off-by: Martin Storsjö <martin@martin.st>