Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Vim prior to 8.2.5136 to fix CI on macOS #506

Closed
lambdalisue opened this issue Sep 24, 2024 · 5 comments
Closed

Drop support for Vim prior to 8.2.5136 to fix CI on macOS #506

lambdalisue opened this issue Sep 24, 2024 · 5 comments

Comments

@lambdalisue
Copy link
Owner

lambdalisue commented Sep 24, 2024

CleanShot 2024-10-15 at 00 59 32

It seems Vim prior to 8.2.1119 is no longer buildable in macos-latest environment. Note that I tried macos-11 runner but it didn't start the job...

@lambdalisue lambdalisue changed the title Fix CI Drop support for old Vim/Neovim that is not testable with GitHub Actions anymore Sep 24, 2024
@lambdalisue lambdalisue changed the title Drop support for old Vim/Neovim that is not testable with GitHub Actions anymore Drop support Vim prior to 8.2.1119 to fix CI on macOS Oct 14, 2024
lambdalisue added a commit that referenced this issue Oct 14, 2024
@lambdalisue lambdalisue changed the title Drop support Vim prior to 8.2.1119 to fix CI on macOS Drop support for Vim prior to 8.2.1119 to fix CI on macOS Oct 14, 2024
@lambdalisue
Copy link
Owner Author

lambdalisue commented Oct 14, 2024

It seems Vim prior to 8.2.1310 has some issue for building on macOS.

vim/vim#6550

And nearest version that available for Windows seems 8.2.1313.

https://github.com/vim/vim-win32-installer/releases/tag/v8.2.1313
https://github.com/vim/vim-win32-installer/releases/tag/v8.2.1307

@lambdalisue lambdalisue changed the title Drop support for Vim prior to 8.2.1119 to fix CI on macOS Drop support for Vim prior to 8.2.1310 to fix CI on macOS Oct 14, 2024
lambdalisue added a commit that referenced this issue Oct 14, 2024
@lambdalisue
Copy link
Owner Author

If I forcibly specify --with-tlib=ncurses, the issue explained in rhysd/action-setup-vim#38 is resolved but then I got WRONG! uint32_t not defined correctly. and I couldn't resolve that...

@lambdalisue
Copy link
Owner Author

Finally, found it.

rhysd/action-setup-vim#38 (comment)

@lambdalisue lambdalisue changed the title Drop support for Vim prior to 8.2.1310 to fix CI on macOS Drop support for Vim prior to 8.2.5135 to fix CI on macOS Oct 14, 2024
lambdalisue added a commit that referenced this issue Oct 14, 2024
@lambdalisue
Copy link
Owner Author

And nearest version that available for Windows seems 8.2.5136

https://github.com/vim/vim-win32-installer/releases/tag/v8.2.5136

@lambdalisue lambdalisue changed the title Drop support for Vim prior to 8.2.5135 to fix CI on macOS Drop support for Vim prior to 8.2.5136 to fix CI on macOS Oct 14, 2024
lambdalisue added a commit that referenced this issue Oct 14, 2024
lambdalisue added a commit that referenced this issue Oct 14, 2024
lambdalisue added a commit that referenced this issue Oct 14, 2024
* Refine GitHub Actions

* Drop support for Vim prior to 8.2.5136

See #506 for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant