Skip to content

Commit

Permalink
Disable AppVeyor Cygwin64 testing
Browse files Browse the repository at this point in the history
Until ocaml/flexdll#52 is resolved,
Cygwin64 is essentially a broken platform for OCaml.
  • Loading branch information
dra27 authored and rjbou committed Sep 25, 2018
1 parent 6269e9a commit 4a4fd5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ environment:
matrix:
- CYG_ROOT: cygwin
CYG_ARCH: x86
- CYG_ROOT: cygwin64
CYG_ARCH: x86_64
DEP_MODE: lib-pkg
# - CYG_ROOT: cygwin64
# CYG_ARCH: x86_64
# DEP_MODE: lib-pkg
- OCAML_PORT: msvc
DEP_MODE: lib-pkg
- OCAML_PORT: msvc64
Expand Down
4 changes: 0 additions & 4 deletions appveyor_build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ if %ERRORLEVEL% equ 1 (
if not exist bootstrap\nul (
"%CYG_ROOT%\bin\bash.exe" -lc "cd $APPVEYOR_BUILD_FOLDER && make compiler" || exit /b 1
for /f "delims=" %%U in ('type bootstrap\installed-tarball') do echo %%U %DEP_MODE%> bootstrap\installed-tarball
if "%CYG_ARCH%%OCAML_PORT%" equ "x86_64" (
"%CYG_ROOT%\bin\bash.exe" -lc "cd $APPVEYOR_BUILD_FOLDER && rebase -b 0x7cd20000 bootstrap/ocaml/lib/ocaml/stublibs/dllunix.so" || exit /b 1
"%CYG_ROOT%\bin\bash.exe" -lc "cd $APPVEYOR_BUILD_FOLDER && rebase -b 0x7cd20000 bootstrap/ocaml/lib/ocaml/stublibs/dllthreads.so" || exit /b 1
)
if exist bootstrap\ocaml-*.tar.gz del bootstrap\ocaml-*.tar.gz
if "%OCAML_PORT%" neq "" if exist bootstrap\flexdll-*.tar.gz del bootstrap\flexdll-*.tar.gz
del bootstrap\ocaml\bin\*.byte.exe
Expand Down

0 comments on commit 4a4fd5a

Please sign in to comment.