Skip to content

Commit

Permalink
[build] [hack] Sequential build.
Browse files Browse the repository at this point in the history
Seems related to coq/coq#15608 and ocaml/dune#5833.
  • Loading branch information
corwin-of-amber committed Sep 3, 2022
1 parent b753617 commit 1066d1a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ WORKDIR = workdir
.PHONY: all get

all: $(WORKDIR)
# some Dune dependency mixup; build plugin first
dune build '%{cmxa:workdir/src/equations_plugin}'
dune build
# not parallel: some Dune dependency mixup with generating META file
dune build -j1

get: $(WORKDIR)

Expand Down

0 comments on commit 1066d1a

Please sign in to comment.