| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | build: use RelWithDebInfo build for nightlies, Release for releases | James McCoy | 2021-08-13 |
| | | | | | | | | | Unlike Release build type, RelWithDebInfo does not disable asserts. This helps get better debug info from people brave enough to use the nightly builds, but shouldn't be used for official releases. [skip ci] | ||
| * | feat(ci): Add sha256 checksums to release notes | Oliver Marriott | 2021-07-02 |
| | | |||
| * | ci: upgrade to gcc-11 on ubuntu-18.04 | glacambre | 2021-06-16 |
| | | | | | | | | | | | In https://github.com/neovim/neovim/issues/14150 , investigations showed that using an older gcc to build the appimage could result in severe perf issues. This is because older gcc versions happily replace calls to libc functions with their own, which happen to be less optimized than their libc counterparts. We fix this problem by upgrading to gcc-11 on ubuntu-18.04. | ||
| * | fix(ci): Remove gcc@8/gcc@9 homebrew workaround | James McCoy | 2021-06-04 |
| | | |||
| * | ci(gha/release): Bump to ubuntu-18.04 | James McCoy | 2021-05-02 |
| | | | | | | Per https://wiki.ubuntu.com/Releases, 16.04 is no longer under standard support. Switch to the next LTS, 18.04, for the next couple years. | ||
| * | ci(gha/release): Enable "contents: write" permission to publish release | James McCoy | 2021-04-21 |
| | | |||
| * | ci(gha/win): Specify valid directory for DEPS_BUILD_DIR | James McCoy | 2021-04-21 |
| | | |||
| * | ci(GHA/release): Delete the release when creating a new nightly | James McCoy | 2021-03-14 |
| | | | | | | | | | | | This reverts #13733. Disabling delete of the release leaves behind a draft release associated with the previous nightly tag, which is annoying to cleanup. In the rare circumstances that the creation of a new nightly fails after deleting the previous nightly, the job can be re-run or a nightly can be missing for a day. | ||
| * | ci(GHA/release): Stop installing gcc-multilib | James McCoy | 2021-03-14 |
| | | | | | | Recent changes in Xenial have made it uninstallable and we aren't actually using anything from it for the release builds. | ||
| * | ci(gha): brew unlink gcc@8/@9 to fix upgrade issues | James McCoy | 2021-01-11 |
| | | |||
| * | ci(gha): brew upgrade before installing | James McCoy | 2021-01-10 |
| | | |||
| * | Do not delete the nightly release | Michał Kiełbowicz | 2021-01-10 |
| | | |||
| * | ci: Fix typo in release.yml that prevents optimized nightly build (#13671) | Collided Scope | 2021-01-03 |
| | | | | Assuming the `CMAKE_BUILD_TYPE` directive is case-sensitive, this *actually* prevents the nightly build from being optimized. Even if it doesn't, the typo causes `:checkhealth` to issue a dummy warning in the Performance section. | ||
| * | ci: Add Windows binaries to the release | James McCoy | 2020-12-31 |
| | | |||
| * | GHA/osx: workaround for brew update error (#13584) | notomo | 2020-12-22 |
| | | |||
| * | Revert "Use oldest macOS version for release workflow" | James McCoy | 2020-12-11 |
| | | |||
| * | Use oldest macOS version for release workflow | Mitchell Hanberg | 2020-12-11 |
| | | |||
| * | GHA: Use oldest OS images to build releases | James McCoy | 2020-12-09 |
| | | | | | Closes #13493 | ||
| * | GHA: Perform a full checkout for release workflow | James McCoy | 2020-12-06 |
| | | | | | | This is needed to get a tag-based version from `git describe` rather than just the commit. | ||
| * | GHA: Include runtime in macos release tarball | James McCoy | 2020-12-06 |
| | | |||
| * | GHA: Use full version in release description | James McCoy | 2020-12-06 |
| | | | | | Closes #13466 | ||
| * | GHA: Fix event_name check for nightly builds | James McCoy | 2020-12-06 |
| | | |||
| * | GHA: Delete nightly tag before creating new release | James McCoy | 2020-12-05 |
| | | |||
| * | GHA: Generate correct appimage for release/nightly | James McCoy | 2020-12-05 |
| | | |||
| * | GHA: Rename "Nightly release" to "Release" | James McCoy | 2020-12-05 |