Skip to content
Snippets Groups Projects
Commit 885fd221 authored by alice's avatar alice
Browse files

community/ocaml: run tests in parallel

this s much faster, to put it mildly
parent b121eb63
No related branches found
No related tags found
No related merge requests found
...@@ -3,13 +3,14 @@ ...@@ -3,13 +3,14 @@
# Maintainer: omni <omni+alpine@hack.org> # Maintainer: omni <omni+alpine@hack.org>
pkgname=ocaml pkgname=ocaml
pkgver=4.14.1 pkgver=4.14.1
pkgrel=0 pkgrel=1
pkgdesc="Main implementation of the Caml programming language" pkgdesc="Main implementation of the Caml programming language"
url="https://ocaml.org/" url="https://ocaml.org/"
arch="all !riscv64" # hangs forever at final build step arch="all !riscv64" # hangs forever at final build step
license="LGPL-2.1-or-later-WITH-linking-exception" license="LGPL-2.1-or-later-WITH-linking-exception"
depends="$pkgname-runtime=$pkgver-r$pkgrel gcc" depends="$pkgname-runtime=$pkgver-r$pkgrel gcc"
makedepends="gdbm-dev libc-dev ncurses-dev zlib-dev binutils-dev" makedepends="gdbm-dev libc-dev ncurses-dev zlib-dev binutils-dev"
checkdepends="parallel"
subpackages=" subpackages="
$pkgname-doc $pkgname-doc
$pkgname-dev $pkgname-dev
...@@ -40,9 +41,7 @@ build() { ...@@ -40,9 +41,7 @@ build() {
} }
check() { check() {
make ocamlopt make -C testsuite parallel
make ocamltest
make tests
} }
package() { package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment