File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ environment:
14
14
matrix :
15
15
- CYG_ROOT : cygwin
16
16
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
20
20
- OCAML_PORT : msvc
21
21
DEP_MODE : lib-pkg
22
22
- OCAML_PORT : msvc64
Original file line number Diff line number Diff line change @@ -116,10 +116,6 @@ if %ERRORLEVEL% equ 1 (
116
116
if not exist bootstrap\nul (
117
117
" %CYG_ROOT% \bin\bash.exe" -lc " cd $APPVEYOR_BUILD_FOLDER && make compiler" || exit /b 1
118
118
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
- )
123
119
if exist bootstrap\ocaml-*.tar.gz del bootstrap\ocaml-*.tar.gz
124
120
if " %OCAML_PORT% " neq " " if exist bootstrap\flexdll-*.tar.gz del bootstrap\flexdll-*.tar.gz
125
121
del bootstrap\ocaml\bin\*.byte.exe
You can’t perform that action at this time.
0 commit comments