Note how to fix ocaml parallel tests

See #2649
This commit is contained in:
Olly Betts 2024-02-24 08:33:40 +13:00
parent 9fb24e78e0
commit 72626f4871
1 changed files with 4 additions and 0 deletions

View File

@ -491,8 +491,12 @@ jobs:
;;
ocaml)
# `make check-ocaml-test-suite` fails with parallel make with:
#
# File "swig.ml", line 1:
# Error: Could not find the .cmi file for interface swig.mli.
#
# Apparently we ought to be using `ocamldep` to generate make
# dependencies.
unset SWIGJOBS
;;
esac