What happens
I cannot pass pipeline because of compilation error in build-code.
What do you understand or find about that problem
The error says that my code has an undefined reference to “sqrt” (one of the math functions I use in the code). But using the command I put in the first line of my code, for me it works perfectly.
I mean, this error should be obtained if using : valac file.vala (and in my pc I got this error using it). But using: valac --pkg glib-2.0 -X -lm file.vala it should works, and in my pc it does.
Did you try any workaround? What did you do?
I try to compile my code in my pc but from the repository directory, it works fine. And try to do another commit, but still doesn’t working.
Evidences
pipeline [#456954471] and #456979084
(https://gitlab.com/autonomicjump/challenges/-/pipelines/456954471)
I need help with
Understanding what happen and how can I fix it.