Skip to content

Commit 3fe0d6f

Browse files
authored
Remove olinkcheck, cont'd (#3237)
1 parent d3936c7 commit 3fe0d6f

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,3 @@ scrape_changelog:
7272
.PHONY: docker
7373
docker: ## Generate docker container
7474
docker build -f Dockerfile . -t ocamlorg:latest
75-
76-
.PHONY: linkcheck
77-
linkcheck:
78-
opam exec -- dune exec --root . olinkcheck md data

ocamlorg.opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,4 @@ build: [
7272
dev-repo: "git+https://github.com/ocaml/ocaml.org.git"
7373
pin-depends: [
7474
["river.dev" "git+https://github.com/aantron/river#476dc945a908a69548bddd267f143a3e5d9c8a1a"]
75-
["olinkcheck.~dev" "git+https://github.com/tarides/olinkcheck"]
7675
]

ocamlorg.opam.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
pin-depends: [
22
["river.dev" "git+https://github.com/aantron/river#476dc945a908a69548bddd267f143a3e5d9c8a1a"]
3-
["olinkcheck.~dev" "git+https://github.com/tarides/olinkcheck"]
43
]

0 commit comments

Comments
 (0)