Skip to content

Commit 2ac104c

Browse files
committed
Update Inria's bootstrap CI job
This commit adapts Inria's bootstrap CI job to take into account the removal of the threads library. More precisely, it updates the patch that removes the sinh primitive from the runtime to not patch otherlibs/threads/stdlib.ml any longer since this file has been removed from the repository.
1 parent 32dc5b8 commit 2ac104c

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

tools/ci/inria/remove-sinh-primitive.patch

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@ and standard library.
33

44
It is used on Inria's CI to make sure the bootstrap procedure works.
55

6-
diff --git a/otherlibs/threads/stdlib.ml b/otherlibs/threads/stdlib.ml
7-
index 27cb01e54..eea32ee94 100644
8-
--- a/otherlibs/threads/stdlib.ml
9-
+++ b/otherlibs/threads/stdlib.ml
10-
@@ -152,8 +152,6 @@ external log10 : float -> float = "caml_log10_float" "log10"
11-
external log1p : float -> float = "caml_log1p_float" "caml_log1p"
12-
[@@unboxed] [@@noalloc]
13-
external sin : float -> float = "caml_sin_float" "sin" [@@unboxed] [@@noalloc]
14-
-external sinh : float -> float = "caml_sinh_float" "sinh"
15-
- [@@unboxed] [@@noalloc]
16-
external sqrt : float -> float = "caml_sqrt_float" "sqrt"
17-
[@@unboxed] [@@noalloc]
18-
external tan : float -> float = "caml_tan_float" "tan" [@@unboxed] [@@noalloc]
196
diff --git a/runtime/floats.c b/runtime/floats.c
207
index b93f6a409..6edbed9c6 100644
218
--- a/runtime/floats.c

0 commit comments

Comments
 (0)