From 925e3d78be4fccb3427857022a4d4998c1a8dafe Mon Sep 17 00:00:00 2001 From: Cuihtlauac ALVARADO Date: Fri, 1 Aug 2025 08:17:35 +0200 Subject: [PATCH] Remove olinkcheck, cont'd --- Makefile | 4 ---- ocamlorg.opam | 1 - ocamlorg.opam.template | 1 - 3 files changed, 6 deletions(-) diff --git a/Makefile b/Makefile index e03dbf323f..a8c16d707b 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,3 @@ scrape_changelog: .PHONY: docker docker: ## Generate docker container docker build -f Dockerfile . -t ocamlorg:latest - -.PHONY: linkcheck -linkcheck: - opam exec -- dune exec --root . olinkcheck md data diff --git a/ocamlorg.opam b/ocamlorg.opam index 56a47262db..03e1f4bb0c 100644 --- a/ocamlorg.opam +++ b/ocamlorg.opam @@ -72,5 +72,4 @@ build: [ dev-repo: "git+https://github.com/ocaml/ocaml.org.git" pin-depends: [ ["river.dev" "git+https://github.com/aantron/river#476dc945a908a69548bddd267f143a3e5d9c8a1a"] - ["olinkcheck.~dev" "git+https://github.com/tarides/olinkcheck"] ] diff --git a/ocamlorg.opam.template b/ocamlorg.opam.template index 2c4b9bce71..5492ee24f1 100644 --- a/ocamlorg.opam.template +++ b/ocamlorg.opam.template @@ -1,4 +1,3 @@ pin-depends: [ ["river.dev" "git+https://github.com/aantron/river#476dc945a908a69548bddd267f143a3e5d9c8a1a"] - ["olinkcheck.~dev" "git+https://github.com/tarides/olinkcheck"] ]