diff options
| author | Gaëtan Gilbert | 2018-06-02 22:34:30 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-06-02 22:34:30 +0200 |
| commit | fb406f8b33014c63139bbafd472b6afe7a4f72c9 (patch) | |
| tree | d1f6e4a9b93ed51953d98a4970d7aeb89c83d020 /dev/ci/ci-pidetop.sh | |
| parent | 04756f75bf54b1ccda8c180c62b14c5eaaaabb67 (diff) | |
| parent | d19d296c2b584954e9adb97eed7c705cc1db4bc7 (diff) | |
Merge PR #7680: [ci] Expose updated `OCAMLPATH` for CI users.
Diffstat (limited to 'dev/ci/ci-pidetop.sh')
| -rwxr-xr-x | dev/ci/ci-pidetop.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev/ci/ci-pidetop.sh b/dev/ci/ci-pidetop.sh index 2ac4d21671..32cba0808e 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 |
