File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -116,10 +116,6 @@ if %ERRORLEVEL% equ 1 (
116116if 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
You can’t perform that action at this time.
0 commit comments