We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae3e91 commit d433f01Copy full SHA for d433f01
bindings/nim/nim_code/tests/test_yaml.nim
@@ -1,3 +1,9 @@
1
+# Currently libm does not seem to be getting linked in for tests
2
+# CI error was failing to fetch the ceil method when calling num_cpus from
3
+# the rust code.
4
+when defined(posix):
5
+ {.passL: "-lm".}
6
+
7
# This file was copied and modified from c-kzg
8
import
9
std/[os, sequtils, strutils, streams],
0 commit comments