From 9db29e6ab42ac82b0978840669e049656ba8d102 Mon Sep 17 00:00:00 2001 From: Tudor Brindus Date: Sat, 9 Apr 2022 23:48:42 -0400 Subject: [PATCH] Unbreak the build: remove `ocaml-probes.probes_lib` from `src/dune` Missed in 6a4ea5f, because CI had it cached. --- src/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dune b/src/dune index 8f5447865..f7ec47be2 100644 --- a/src/dune +++ b/src/dune @@ -6,7 +6,7 @@ (names breakpoint_stubs boot_time_stubs ptrace_stubs)) (libraries core async core_unix.filename_unix fzf re shell core_unix.sys_unix cohttp cohttp_static_handler core_unix.signal_unix - tracing ocaml-probes.probes_lib magic_trace magic_trace_core) + tracing magic_trace magic_trace_core) (inline_tests) (preprocess (pps ppx_jane)))