Kirill Bobyrev
d24382dbe4
Fix the binary extension part being incorrect
2020-10-16 12:16:26 +02:00
Kirill Bobyrev
c5c4beac8c
Resolve review comments
2020-10-16 11:27:14 +02:00
Kirill Bobyrev
fb64ce66cd
Remove leftover from the previous patch
2020-10-15 12:19:47 +02:00
Kirill Bobyrev
4c04fb1737
Build and upload clangd-indexer everywhere
...
And change asset name to be more consistent.
2020-10-15 12:18:38 +02:00
Kirill Bobyrev
b019b34b4e
Build clangd-indexer and upload an asset with it next to clangd.zip
2020-10-15 12:09:56 +02:00
Kirill Bobyrev
f779426513
Remove deprecated set-env command ( #553 )
...
Remove deprecated set-env command
Environment files are to be used instead now:
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-10-15 11:36:18 +02:00
Kirill Bobyrev
5a40c019f1
Pull "pick" action into clangd/actions ( #552 )
2020-10-06 10:40:21 +02:00
dependabot[bot]
d1d8b39c4c
Bump @actions/core from 1.2.2 to 1.2.6 in /.github/actions/pick
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.2.2 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-02 12:43:09 +02:00
Sam McCall
45b6fbdfb0
Try to fix static libz on linux
2020-09-24 16:33:20 +02:00
Haojian Wu
40dcef1871
Set MACOSX_DEPLOYMENT_TARGET flag.
...
Make sure we support older version of macOS (10.9+) when building clangd with
the latest macOS (10.15).
2020-09-14 12:36:51 +02:00
Sam McCall
9a0cad43e8
Issue template for cherrypicks
2020-06-10 05:16:38 +02:00
Sam McCall
55b106258d
Compat with older python
2020-05-08 00:01:38 +02:00
Sam McCall
61703d6bba
Fix typo
2020-05-07 19:57:36 +02:00
Sam McCall
b51dc0092f
Test that linux binary depends on glibc 2.18 and no other dynamic symbols ( #372 )
...
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 15:50:12 +02:00
Sam McCall
2de2ec4404
Link against older, more-compatible versiosn of glibc symbols.
...
They're binary-compatible, the old versions are more widely available
and the new versions are more highly optimized. We prefer the former.
2020-05-07 15:19:22 +02:00
Sam McCall
12c31b0756
Extract cflags to variable to avoid duplication. NFC
2020-05-07 15:19:22 +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