Skip to content

Commit

Permalink
Merge pull request #268 from ahrefs/louis/atd-template-pinned
Browse files Browse the repository at this point in the history
Fix atd opam build template
  • Loading branch information
mjambon authored Mar 25, 2022
2 parents bc6aa07 + ee08a1c commit de81fc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion atd.opam.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
2 changes: 0 additions & 2 deletions scripts/patch-opam-files
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ sed_in_place() {
rm -f *.sed-tmp
}

sed_in_place 's/\["dune" "subst"\] {pinned}/\["dune" "subst"\] {dev}/g' *.opam

# Not sure why @runtest is inserted into some opam files and not others.
# We remove it so as to not have opam-repository's CI run into errors
# due to missing dependencies for the target languages (Python, Java, etc.)
Expand Down

0 comments on commit de81fc9

Please sign in to comment.