Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-dune
Commits:
-
3035eabc
by Stephane Glondu at 2025-09-06T01:21:35+02:00
-
63147724
by Stephane Glondu at 2025-09-06T01:25:21+02:00
2 changed files:
Changes:
1 | +ocaml-dune (3.20.2-2) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Fix autopkgtest on bytecode archs
|
|
4 | + |
|
5 | + -- Stéphane Glondu <glondu@debian.org> Sat, 06 Sep 2025 01:25:19 +0200
|
|
6 | + |
|
1 | 7 | ocaml-dune (3.20.2-1) unstable; urgency=medium
|
2 | 8 | |
3 | 9 | * New upstream release
|
... | ... | @@ -16,5 +16,10 @@ rm -rf otherlibs/stdune/test |
16 | 16 | rm -rf otherlibs/chrome-trace/test
|
17 | 17 | rm -rf src/fiber/test
|
18 | 18 | |
19 | +# Other tests assume a native architecture
|
|
20 | +if ! command -v ocamlopt > /dev/null; then
|
|
21 | + rm -rf otherlibs/dune-site/test
|
|
22 | +fi
|
|
23 | + |
|
19 | 24 | echo "* Run tests"
|
20 | 25 | dune runtest 2>&1 |