Skip to content

Commit 0f7d0a6

Browse files
authored
Restore full Cygwin64 on Jenkins (#9931)
* Enable full Cygwin64 build on precheck * Remove dorebase option, no longer required.
1 parent 254963a commit 0f7d0a6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tools/ci/inria/main

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ ${OCAML_CONFIGURE_OPTIONS}"
128128
make_native=true
129129
cleanup=false
130130
check_make_alldepend=false
131-
dorebase=false
132131
jobs=''
133132
bootstrap=false
134133

@@ -149,8 +148,6 @@ case "${OCAML_ARCH}" in
149148
cygwin64)
150149
cleanup=true
151150
check_make_alldepend=true
152-
dorebase=false
153-
confoptions="$confoptions --disable-shared "
154151
;;
155152
mingw)
156153
build='--build=i686-pc-cygwin'
@@ -249,13 +246,6 @@ if $make_native && $check_make_alldepend; then
249246
$make --warn-undefined-variables alldepend
250247
fi
251248

252-
if $dorebase; then
253-
# temporary solution to the cygwin fork problem
254-
# see https://github.com/alainfrisch/flexdll/issues/50
255-
rebase -b 0x7cd20000 otherlibs/unix/dllunix.so
256-
rebase -b 0x7cdc0000 otherlibs/systhreads/dllthreads.so
257-
fi
258-
259249
$make --warn-undefined-variables install
260250
rm -rf "$instdir"
261251

0 commit comments

Comments
 (0)