430be9d01d
ci(test): use ARM ubuntu linux for more CI jobs #34908
...
Problem:
We temporarily disabled linux arm ci because of stability issues with
the runner. #32339 Since then, the hardware was changed, so we can try
re-enabling ARM linux CI. https://github.com/actions/partner-runner-images/issues/47#issuecomment-2678170225
Solution:
- re-enable arm linux ci. reverts 8e4b77134a
- also use arm image for these jobs, where arm seems to run much faster:
- `lint` (step: `clang-tidy`)
- master: 1m5s
- this pr (linux ARM): 37s
- `clang-analyzer` (step: `cmake --build ...`)
- master: 10m
- this pr (linux ARM) 5m 55s
- `with-external-deps` (step: `Build`)
- master: 26s
- this pr (linux ARM): 21s
2025-07-12 14:32:59 -07:00
8e4b77134a
ci(test): disable ubuntu arm
...
There are too many flakes and intermittent failures to reliably use it.
Disable it for the time being until things stabilize.
2025-02-15 14:55:25 +01:00
c1718d6863
ci(release): add linux-arm64 appimage and tarball
...
Problem: No releases for ARM Linux.
Solution: Provide appimages and tarballs for `linux-arm64`. Rename
x86 releases to `linux-x86_64` for consistency.
2025-01-27 16:21:40 +01:00
3702bcb139
ci(tests): add arm64 runner
...
Problem: Linux `aarch64`/`arm64` builds are not tested.
Solution: Add `ubuntu-arm` runners to test matrix (using
`RelWithDebInfo` build).
2025-01-24 10:34:18 +01:00
5a27d02584
docs: misc ( #30914 )
...
Co-authored-by: Ernie Rael <errael@raelity.com >
Co-authored-by: Famiu Haque <famiuhaque@proton.me >
Co-authored-by: Jade <spacey-sooty@proton.me >
Co-authored-by: glepnir <glephunter@gmail.com >
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
2024-11-09 08:10:56 +08:00
00d1078ede
ci: bump macos runner version to macos-15
2024-10-06 16:06:28 +02:00
0c9b3ef34d
ci: bump ubuntu runner version to ubuntu-24.04
...
Also bump clang to version 20.
2024-10-05 17:35:41 +02:00
3f6bc34e66
docs: lua error patterns #30240
...
Co-authored-by: Mathias Fussenegger <f.mathias@zignar.net >
Co-authored-by: Ananth Bhaskararaman <antsub@gmail.com >
2024-09-24 04:46:50 -07:00
25c59d08c4
docs: misc ( #29410 )
...
Co-authored-by: Michael Härtl <haertl.mike@gmail.com >
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
2024-07-05 05:20:45 +08:00
c791aa8aae
docs: update supported platforms
2024-04-18 23:39:26 +02:00
a5c572bd44
docs: fix typos
...
Co-authored-by: Gregory Anders <greg@gpanders.com >
Co-authored-by: Raphael <glephunter@gmail.com >
Co-authored-by: C.D. MacEachern <craig.daniel.maceachern@gmail.com >
Co-authored-by: himanoa <matsunoappy@gmail.com >
2023-04-04 19:07:33 +02:00
6752f1005d
docs: naming conventions, guidelines
...
close #21063
2023-02-22 16:23:49 +01:00
822eabc5e1
docs(support): update tested versions ( #21126 )
2022-11-20 18:42:30 +08:00
e6917306f6
docs: update vimdoc parser #20747
...
Remove the user-manual ToC from help.txt, because:
1. it duplicates usr_toc.txt
2. it is not what most readers are looking for in the main help page.
fix https://github.com/neovim/tree-sitter-vimdoc/issues/49
fix https://github.com/neovim/tree-sitter-vimdoc/issues/50
fix https://github.com/neovim/tree-sitter-vimdoc/issues/51
2022-10-20 06:20:02 -07:00
8617101b6b
docs: "supported platforms" matrix #19615
...
Inspired by libuv's own SUPPORTED_PLATFORMS.md:
https://github.com/libuv/libuv/blob/v1.x/
https://neovim.io/doc/user/support.html
2022-10-16 15:31:51 -07:00