mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
build(ci): bump zig to 0.15.1 and add more platforms
- Bump zig version to 0.15.1 and workaround zig fetch hang (ziglang/zig#24916) - add mac os zig build (currently without luajit, linker failure) - Add windows zig build, currently with very limited testing
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
local t = require('test.testutil')
|
||||
require('test.functional.ui.screen')
|
||||
|
||||
if t.is_os('win') then
|
||||
local ffi = require('ffi')
|
||||
local has_ffi, ffi = pcall(require, 'ffi')
|
||||
if t.is_os('win') and has_ffi then
|
||||
ffi.cdef [[
|
||||
typedef int errno_t;
|
||||
errno_t _set_fmode(int mode);
|
||||
|
Reference in New Issue
Block a user