Deactivate windows 32-bit tests for the time being
This commit is contained in:
parent
66d9799918
commit
f57a7bfd77
|
@ -1,13 +1,15 @@
|
||||||
strategy:
|
strategy:
|
||||||
maxParallel: 10
|
maxParallel: 10
|
||||||
matrix:
|
matrix:
|
||||||
# TODO: Linux 32-bit requires gcc -m32 setup
|
# TODO: Broken by OpenSSL not found for nimble
|
||||||
|
# https://github.com/nim-lang/Nim/blob/bf320ed172f74f60fd274338e82bdc9ce3520dd9/lib/wrappers/openssl.nim#L61
|
||||||
Windows_devel_32bit:
|
# could not load: (libcrypto-1_1|libeay32).dll
|
||||||
VM: 'windows-latest'
|
# (bad format; library may be wrong architecture)
|
||||||
UCPU: i686
|
# Windows_devel_32bit:
|
||||||
CHANNEL: devel
|
# VM: 'windows-latest'
|
||||||
TEST_LANG: c
|
# UCPU: i686
|
||||||
|
# CHANNEL: devel
|
||||||
|
# TEST_LANG: c
|
||||||
Windows_devel_64bit:
|
Windows_devel_64bit:
|
||||||
VM: 'windows-latest'
|
VM: 'windows-latest'
|
||||||
UCPU: amd64
|
UCPU: amd64
|
||||||
|
|
Loading…
Reference in New Issue