Skip to content

Commit

Permalink
Prevent local OCaml from interfering on AppVeyor
Browse files Browse the repository at this point in the history
The wrong DLLs can end up being loaded while building OCaml :-/
  • Loading branch information
dra27 committed Dec 30, 2024
1 parent 9ce19d2 commit 20599e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@ if [ "$SKIP_OCAML_TEST" = no ] ; then
run "git checkout $APPVEYOR_REPO_COMMIT" git checkout merge
cd ..

mv $OCAMLROOT $OCAMLROOT-Disabled
run "make world" $MAKEOCAML flexdll world
mv $OCAMLROOT-Disabled $OCAMLROOT
fi

if [ "$ARTEFACTS" = 'yes' ] ; then
Expand Down

0 comments on commit 20599e3

Please sign in to comment.