File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272
7373## Build
7474 * Fix the lower-bound constraint on ocaml-re (bump from >= 1.9.0 to >= 1.10.0) [ #6016 @kit-ty-kate ]
75+ * Update source file location as caml.inria.fr is unavailable [ #6032 @mtelvers ]
7576
7677## Infrastructure
7778
Original file line number Diff line number Diff line change 3939if [ ${GEN_CONFIG_ONLY} -eq 0 ] ; then
4040 tar -zxf ${V} .tar.gz
4141else
42- mkdir -p ${V}
42+ mkdir -p ocaml- ${V}
4343fi
44- cd ${V}
44+ cd ocaml- ${V}
4545PATH_PREPEND=
4646LIB_PREPEND=
4747INC_PREPEND=
@@ -130,7 +130,7 @@ if [ -n "$1" -a -n "${COMSPEC}" -a -x "${COMSPEC}" ] ; then
130130 if [ ! -e ${FLEXDLL} ]; then
131131 cp $BOOTSTRAP_ROOT /src_ext/archives/${FLEXDLL} . 2> /dev/null || ${CURL} ${FV_URL}
132132 fi
133- cd ${V}
133+ cd ocaml- ${V}
134134 PREFIX=` cd .. ; pwd` /ocaml
135135 WINPREFIX=` echo ${PREFIX} | cygpath -f - -m`
136136 if [ ${GEN_CONFIG_ONLY} -eq 0 ] ; then
Original file line number Diff line number Diff line change 88
99PATCH ?= patch
1010
11- URL_ocaml = https://caml.inria.fr/pub/distrib/ ocaml-4.14 /ocaml- 4.14.2.tar.gz
12- MD5_ocaml = f2fa20be4eea01f837b3556ff282d9b0
11+ URL_ocaml = https://github.com/ ocaml/ocaml/archive/ 4.14.2.tar.gz
12+ MD5_ocaml = b28daefda803b5d5910cecf085b1451c
1313
1414URL_flexdll = https://github.com/ocaml/flexdll/archive/0.43.tar.gz
1515MD5_flexdll = 6ce706f6c65b2c5adf5791fac678f090
You can’t perform that action at this time.
0 commit comments