Skip to content
Snippets Groups Projects
Commit e496f709 authored by Ralf Jung's avatar Ralf Jung
Browse files

make Makefile compatible with changing CI setup

(special treatment needed because this repo constains multiple opam files)
parent 2a99841b
No related branches found
No related tags found
No related merge requests found
Pipeline #34803 passed
......@@ -27,6 +27,9 @@ build-dep/opam: refinedc.opam Makefile
@sed <refinedc.opam -E 's/^(build|install|remove):.*/\1: []/; s/^name: *"(.*)" */name: "\1-builddep"/' >build-dep/opam
@fgrep builddep build-dep/opam >/dev/null || (echo "sed failed to fix the package name" && exit 1) # sanity check
build-dep-opamfiles: build-dep/opam phony
@true
build-dep: build-dep/opam phony
@# We want opam to not just instal the build-deps now, but to also keep satisfying these
@# constraints. Otherwise, `opam upgrade` may well update some packages to versions
......
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