File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 72
72
73
73
## Build
74
74
* 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 ]
75
76
76
77
## Infrastructure
77
78
Original file line number Diff line number Diff line change 39
39
if [ ${GEN_CONFIG_ONLY} -eq 0 ] ; then
40
40
tar -zxf ${V} .tar.gz
41
41
else
42
- mkdir -p ${V}
42
+ mkdir -p ocaml- ${V}
43
43
fi
44
- cd ${V}
44
+ cd ocaml- ${V}
45
45
PATH_PREPEND=
46
46
LIB_PREPEND=
47
47
INC_PREPEND=
@@ -130,7 +130,7 @@ if [ -n "$1" -a -n "${COMSPEC}" -a -x "${COMSPEC}" ] ; then
130
130
if [ ! -e ${FLEXDLL} ]; then
131
131
cp $BOOTSTRAP_ROOT /src_ext/archives/${FLEXDLL} . 2> /dev/null || ${CURL} ${FV_URL}
132
132
fi
133
- cd ${V}
133
+ cd ocaml- ${V}
134
134
PREFIX=` cd .. ; pwd` /ocaml
135
135
WINPREFIX=` echo ${PREFIX} | cygpath -f - -m`
136
136
if [ ${GEN_CONFIG_ONLY} -eq 0 ] ; then
Original file line number Diff line number Diff line change 8
8
9
9
PATCH ?= patch
10
10
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
13
13
14
14
URL_flexdll = https://github.com/ocaml/flexdll/archive/0.43.tar.gz
15
15
MD5_flexdll = 6ce706f6c65b2c5adf5791fac678f090
You can’t perform that action at this time.
0 commit comments