neovim/cmake
Sergey Slipchenko 87db6d894a fix(deps): make sure --force-config takes effect
Fixes #24881

--force-config passed to luarocks' configure script is only taken into
account in case "make install" is used afterwards.

But if "make bootstrap" is used then this flag has no effect. And it can
actually copy an existing config on the system to the new installation.
That existing config can have a different version of Lua set by default.
In which case luarocks will install packages for that version instead of
the one used in tests. And trying to run tests then will fail because of
missing packages.
2023-09-09 18:41:36 +02:00
..
BuildLuarocks.cmake fix(deps): make sure --force-config takes effect 2023-09-09 18:41:36 +02:00
ConvertPo.cmake build: cmake cleanup 2023-05-13 12:12:29 +02:00
Deps.cmake build: download busted from own neovim/deps repository 2023-09-03 00:38:10 +02:00
FindIconv.cmake build: cmake cleanup (#22251) 2023-03-02 22:50:43 +01:00
FindLibintl.cmake build: cmake cleanup (#22251) 2023-03-02 22:50:43 +01:00
FindLibtermkey.cmake build: cmake cleanup (#22251) 2023-03-02 22:50:43 +01:00
FindLibuv.cmake build: cmake cleanup 2023-05-13 12:12:29 +02:00
FindLibvterm.cmake build: cmake cleanup (#22251) 2023-03-02 22:50:43 +01:00
FindLpeg.cmake build: various fixes 2023-09-04 00:00:26 +02:00
FindLuajit.cmake build: various fixes 2023-09-04 00:00:26 +02:00
FindLuv.cmake build: various fixes 2023-09-04 00:00:26 +02:00
FindMsgpack.cmake build(deps): bump msgpack-c to v6.0.0 (#22522) 2023-03-04 17:26:24 +01:00
FindTreesitter.cmake feat(treesitter): add support for setting query depths 2023-05-11 11:13:32 +01:00
FindUnibilium.cmake refactor(build): graduate unibilium VAR_FROM feature from 2017 2023-03-03 14:26:11 +01:00
Format.cmake build: don't format deleted files 2023-05-18 16:28:46 +02:00
GenerateVersion.cmake build: various fixes 2023-09-04 00:00:26 +02:00
InstallHelpers.cmake build: cmake cleanup 2023-05-13 12:12:29 +02:00
PreventInTreeBuilds.cmake build: prevent in-tree builds for the time being, as it's not supported 2016-10-11 20:20:31 -04:00
RunTests.cmake refactor(build): derocksify luacheck 2023-09-07 15:26:30 +02:00
UninstallHelper.cmake build(cmake): simplify and speed up the uninstall target 2022-06-19 18:34:28 +02:00
Util.cmake ci: introduce CI_LINT option 2023-06-24 00:29:53 +02:00
WindowsDllCopy.cmake build: various fixes 2023-09-04 00:00:26 +02:00