Skip to content

Commit 63df974

Browse files
committed
Fix Gobview by using batteries.unthreaded in goblint_parallel
Failure since #1749 (comment). Hopefully this works.
1 parent 9741179 commit 63df974

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/util/parallel

src/util/parallel/dune

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
(name goblint_parallel)
55
(public_name goblint.parallel)
66
(libraries
7-
batteries
7+
batteries.unthreaded
88
(select gobMutex.ml from
99
(domainslib -> gobMutex.domainslib.ml)
1010
( -> gobMutex.no-domainslib.ml)
1111
)
12-
(select threadpool.ml from
12+
(select threadpool.ml from
1313
(domainslib -> threadpool.domainslib.ml)
1414
(-> threadpool.no-domainslib.ml)
1515
)

0 commit comments

Comments
 (0)