Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-dune
Commits: 2242a88f by Stéphane Glondu at 2026-05-28T11:21:22+02:00 Update autopkgtest - - - - - f280b39c by Stéphane Glondu at 2026-05-28T11:23:42+02:00 Update changelog and prepare upload to unstable - - - - - 3 changed files: - debian/changelog - debian/tests/control - debian/tests/tests Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +ocaml-dune (3.23.1-3) unstable; urgency=medium + + * Update autopkgtest + + -- Stéphane Glondu <[email protected]> Thu, 28 May 2026 11:23:40 +0200 + ocaml-dune (3.23.1-2) unstable; urgency=medium * Fix build on hurd ===================================== debian/tests/control ===================================== @@ -9,6 +9,7 @@ Depends: procps, menhir, strace, + jq, ocaml-odoc, liblwt-ocaml-dev, libppx-inline-test-ocaml-dev, ===================================== debian/tests/tests ===================================== @@ -8,30 +8,18 @@ mkdir -p ${outdir} cp -a . ${outdir} cd ${outdir} -# Tests that need melc -rm -rf test/blackbox-tests/test-cases/melange -rm -rf test/blackbox-tests/test-cases/merlin - -# Tests that need files in /usr/doc -rm -rf test/blackbox-tests/test-cases/cinaps -rm -rf test/blackbox-tests/test-cases/inline_tests -rm -rf test/blackbox-tests/test-cases/ppx -rm -rf test/blackbox-tests/test-cases/utop -rm -rf test/blackbox-tests/test-cases/jsoo -rm -rf test/blackbox-tests/test-cases/cinaps -rm -rf test/blackbox-tests/test-cases/mdx-stanza -rm -rf test/blackbox-tests/test-cases/ctypes - -# Tests with other unsatisfied assumptions -rm -rf test/blackbox-tests/test-cases/custom-cross-compilation -rm -rf test/blackbox-tests/test-cases/subst -rm -rf test/blackbox-tests/test-cases/pkg -rm -rf test/blackbox-tests/test-cases/os-variables.t -rm -rf test/blackbox-tests/test-cases/cram -rm -rf test/blackbox-tests/test-cases/actions -rm -rf test/blackbox-tests/test-cases/foreign-stubs/github7146.t +# Tests with unsatisfied assumptions +rm -rf test/blackbox-tests/test-cases rm -rf test/expect-tests/vcs +# Other failing tests +rm -rf src/lev/test +rm -rf src/fiber/test +rm -rf otherlibs/dyn/test +rm -rf otherlibs/dune-glob/test +rm -rf otherlibs/chrome-trace/test +rm -rf otherlibs/ocamlc-loc/test + # Other tests assume a native architecture if ! command -v ocamlopt > /dev/null; then rm -rf otherlibs/dune-site/test @@ -50,4 +38,4 @@ rm -rf otherlibs/dune-rpc-lwt/test # failed on s390x rm -rf otherlibs/stdune/test # failed on i386 echo "* Run tests" -dune runtest 2>&1 +dune runtest --release 2>&1 View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-dune/-/compare/021f07b56730f2d3b6321faa5943e6dca1d11628...f280b39c0d96f3cdeaf63cc4a4d84af51da2e103 -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-dune/-/compare/021f07b56730f2d3b6321faa5943e6dca1d11628...f280b39c0d96f3cdeaf63cc4a4d84af51da2e103 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help

