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

"test / with-external-deps" CI job is frequently failing #28401

Open
justinmk opened this issue Apr 18, 2024 · 3 comments
Open

"test / with-external-deps" CI job is frequently failing #28401

justinmk opened this issue Apr 18, 2024 · 3 comments
Labels
bug issues reporting wrong behavior build building and installing Neovim using the provided scripts ci automation for build, test, and release lua stdlib test
Milestone

Comments

@justinmk
Copy link
Member

justinmk commented Apr 18, 2024

Problem

The test / with-external-deps CI job is frequently failing:

/home/runner/work/neovim/neovim/src/nvim/lua/executor.c: In function ‘nlua_common_vim_init’:
/home/runner/work/neovim/neovim/src/nvim/lua/executor.c:596:5: error: implicit declaration of function ‘luv_set_thread’; did you mean ‘luv_set_thread_cb’? [-Werror=implicit-function-declaration]
  596 |     luv_set_thread(lstate, nlua_luv_thread_cfpcall);
      |     ^~~~~~~~~~~~~~
      |     luv_set_thread_cb
/home/runner/work/neovim/neovim/src/nvim/lua/executor.c:597:5: error: implicit declaration of function ‘luv_set_cthread’; did you mean ‘luv_set_thread_cb’? [-Werror=implicit-function-declaration]
  597 |     luv_set_cthread(lstate, nlua_luv_thread_cfcpcall);
      |     ^~~~~~~~~~~~~~~
      |     luv_set_thread_cb

Expected behavior

should be reliable

@justinmk justinmk added bug issues reporting wrong behavior test ci automation for build, test, and release build building and installing Neovim using the provided scripts lua stdlib labels Apr 18, 2024
@justinmk justinmk added this to the backlog milestone Apr 18, 2024
@dundargoc

This comment was marked as resolved.

@justinmk

This comment was marked as resolved.

@dundargoc

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issues reporting wrong behavior build building and installing Neovim using the provided scripts ci automation for build, test, and release lua stdlib test
Projects
None yet
Development

No branches or pull requests

2 participants