Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExDoc do not build in CI #44

Open
ziopio opened this issue Sep 25, 2024 · 0 comments
Open

ExDoc do not build in CI #44

ziopio opened this issue Sep 25, 2024 · 0 comments

Comments

@ziopio
Copy link
Member

ziopio commented Sep 25, 2024

We want to be sure documentation can always be built.

Currently rebar3_ex_doc fails silently in CI.

The run is greeen but an error is printed.

 Error: 13:49:12.330 [error] Process #PID<0.139.0> raised an exception
** (MatchError) no match of right hand side value: {:error, {:load_failed, ~c"Failed to load NIF library: 'grisp_rtems.so: cannot open shared object file: No such file or directory'"}}
    /home/runner/work/grisp_connect/grisp_connect/_build/default/lib/grisp/src/grisp_rtems.erl:105: :grisp_rtems.on_load/0
    (kernel 8.5.3) code_server.erl:1317: anonymous fn/1 in :code_server.handle_on_load/5

Warning: 13:49:12.331 [warning] The on_load function for module grisp_rtems returned:
{{:badmatch,
  {:error,
   {:load_failed,
    ~c"Failed to load NIF library: 'grisp_rtems.so: cannot open shared object file: No such file or directory'"}}},
 [
   {:grisp_rtems, :on_load, 0,
    [
      file: ~c"/home/runner/work/grisp_connect/grisp_connect/_build/default/lib/grisp/src/grisp_rtems.erl",
      line: 105
    ]},
   {:code_server, :"-handle_on_load/5-fun-0-", 1,
    [file: ~c"code_server.erl", line: 1317]}
 ]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant