Skip to content

Commit 55be344

Browse files
committed
Disable AppVeyor Cygwin64 testing
Until ocaml/flexdll#52 is resolved, Cygwin64 is essentially a broken platform for OCaml.
1 parent 65f4872 commit 55be344

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ environment:
1414
matrix:
1515
- CYG_ROOT: cygwin
1616
CYG_ARCH: x86
17-
- CYG_ROOT: cygwin64
18-
CYG_ARCH: x86_64
19-
DEP_MODE: lib-pkg
17+
# - CYG_ROOT: cygwin64
18+
# CYG_ARCH: x86_64
19+
# DEP_MODE: lib-pkg
2020
- OCAML_PORT: msvc
2121
DEP_MODE: lib-pkg
2222
- OCAML_PORT: msvc64

appveyor_build.cmd

-4
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ if %ERRORLEVEL% equ 1 (
116116
if not exist bootstrap\nul (
117117
"%CYG_ROOT%\bin\bash.exe" -lc "cd $APPVEYOR_BUILD_FOLDER && make compiler" || exit /b 1
118118
for /f "delims=" %%U in ('type bootstrap\installed-tarball') do echo %%U %DEP_MODE%> bootstrap\installed-tarball
119-
if "%CYG_ARCH%%OCAML_PORT%" equ "x86_64" (
120-
"%CYG_ROOT%\bin\bash.exe" -lc "cd $APPVEYOR_BUILD_FOLDER && rebase -b 0x7cd20000 bootstrap/ocaml/lib/ocaml/stublibs/dllunix.so" || exit /b 1
121-
"%CYG_ROOT%\bin\bash.exe" -lc "cd $APPVEYOR_BUILD_FOLDER && rebase -b 0x7cd20000 bootstrap/ocaml/lib/ocaml/stublibs/dllthreads.so" || exit /b 1
122-
)
123119
if exist bootstrap\ocaml-*.tar.gz del bootstrap\ocaml-*.tar.gz
124120
if "%OCAML_PORT%" neq "" if exist bootstrap\flexdll-*.tar.gz del bootstrap\flexdll-*.tar.gz
125121
del bootstrap\ocaml\bin\*.byte.exe

0 commit comments

Comments
 (0)