mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
disable compile-time FFI support
This commit is contained in:
4
koch.nim
4
koch.nim
@@ -469,9 +469,7 @@ proc runCI(cmd: string) =
|
||||
## build nimble early on to enable remainder to depend on it if needed
|
||||
kochExecFold("Build Nimble", "nimble")
|
||||
|
||||
when not defined(windows):
|
||||
# pending https://github.com/Araq/libffi/pull/2
|
||||
# also, that PR works on win32 but not yet win64
|
||||
when false:
|
||||
execFold("nimble install -y libffi", "nimble install -y libffi")
|
||||
kochExecFold("boot -d:release -d:nimHasLibFFI", "boot -d:release -d:nimHasLibFFI")
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ foo:102:103:104
|
||||
foo:0.03:asdf:103:105
|
||||
ret={s1:foobar s2:foobar age:25 pi:3.14}
|
||||
'''
|
||||
disabled: "windows"
|
||||
disabled: "true"
|
||||
"""
|
||||
|
||||
# re-enable for windows once libffi can be installed in koch.nim
|
||||
|
||||
Reference in New Issue
Block a user