Commit Graph

8 Commits

Author SHA1 Message Date
Sam McCall
532647269c Format with Black 2020-05-07 14:13:55 +02:00
Sam McCall
73d33422ce Address comments (except main, so far) 2020-05-07 14:05:14 +02:00
Sam McCall
3bf5d201a2 Test that linux binary depends on glibc 2.18 and no other dynamic symbols.
This regressed twice over the last two months (new floating point
function versions, and accidental dynamic linking against zlib).
We also want to avoid regressions when merging remote index.

The test is able to do a little bit more than we use in the automated
build (the --sym flag is unused, as is unversioned --lib=GLIBC) but they're
pretty useful when experimenting with how to fix things!

We run the test right at the end, because if it fails we want to be able
to download the binary artifact and inspect it.
Unfortunately by the nature of the test we can only run it when we
produce a build, so currently weekly.
2020-05-07 13:10:49 +02:00
Sam McCall
722567248f
Fix static linking of zlib. (#370)
Fix static linking of zlib.

Use of the standard FindZLIB and thus support for ZLIB_LIBRARIES was
removed upstream in llvm/llvm-project@916be8fd6a
2020-05-07 12:44:29 +02:00
Sam McCall
e7efb79737
Update issue template to point to new docs 2020-03-12 11:00:12 +01:00
Sam McCall
1e1281022b Update issue templates 2020-03-10 18:16:53 +01:00
Sam McCall
e8ca89de59 yaml -> yml, the former doesn't work 2020-02-17 18:58:57 +01:00
Sam McCall
4f775f56b7
Add automatic weekly snapshot releases with Github Actions (#278)
Add automatic weekly snapshot releases with Github Actions
2020-02-17 18:41:16 +01:00