aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-pidetop.sh
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-06-02 19:39:28 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-06-02 20:34:50 +0200
commitd19d296c2b584954e9adb97eed7c705cc1db4bc7 (patch)
tree50b8ffbc5cc96c83fa9d69299b555c295d1cafe1 /dev/ci/ci-pidetop.sh
parent3a36761a27487e8917e1b59b59abacc2a7e65b95 (diff)
[ci] Expose updated `OCAMLPATH` for CI users.
This is needed for CI packages that use `META.coq` such as in https://github.com/coq/coq/pull/7656 .
Diffstat (limited to 'dev/ci/ci-pidetop.sh')
-rwxr-xr-xdev/ci/ci-pidetop.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev/ci/ci-pidetop.sh b/dev/ci/ci-pidetop.sh
index 2ac4d2167..32cba0808 100755
--- a/dev/ci/ci-pidetop.sh
+++ b/dev/ci/ci-pidetop.sh
@@ -12,13 +12,11 @@ git_checkout "${pidetop_CI_BRANCH}" "${pidetop_CI_GITURL}" "${pidetop_CI_DIR}"
# `-local`. We need to improve this divergence but if we use Dune this
# "local" oddity goes away automatically so not bothering...
if [ -d "$COQBIN/../lib/coq" ]; then
- COQOCAMLLIB="$COQBIN/../lib/"
COQLIB="$COQBIN/../lib/coq/"
else
- COQOCAMLLIB="$COQBIN/../"
COQLIB="$COQBIN/../"
fi
-( cd "${pidetop_CI_DIR}" && OCAMLPATH="$COQOCAMLLIB" jbuilder build @install )
+( cd "${pidetop_CI_DIR}" && jbuilder build @install )
echo -en '4\nexit' | "$pidetop_CI_DIR/_build/install/default/bin/pidetop" -coqlib "$COQLIB" -main-channel stdfds