Skip to content

Commit d36e3fa

Browse files
djs55claude
andcommitted
hostnet: drop vestigial dune-release watermarks from cohttp_mirage_io
The %%NAME%% %%VERSION%% watermarks (copied from cohttp) made `dune subst` fail with "repository does not contain any version information" during the Docker builds (bin-image and Dockerfile.test), which run the {dev} build with no git version metadata. vpnkit doesn't use dune-release watermarking, so just remove them. Pre-existing failure on master, not specific to this branch. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: David Scott <dave@recoil.org>
1 parent ed94a4d commit d36e3fa

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/hostnet/cohttp_mirage_io.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1515
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1616
*
17-
* %%NAME%% %%VERSION%%
1817
*)
1918

2019
open Lwt.Infix

src/hostnet/cohttp_mirage_io.mli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1515
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1616
*
17-
* %%NAME%% %%VERSION%%
1817
*)
1918

2019
(** Cohttp IO implementation using Mirage channels. *)

0 commit comments

Comments
 (0)