You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cargo build --features lua51
(success)
$ cd testcrate
$ cargo test --features lua51
running 2 tests
test test_encode_error ... FAILED
test test_encode_decode ... FAILED
failures:
---- test_encode_error stdout ----
Error: RuntimeError("error loading module 'ryaml' from file '/home/davidr/workspaces/lua-ryaml/target/debug/deps/libryaml.so':\n\t/home/davidr/workspaces/lua-ryaml/target/debug/deps/libryaml.so: undefined symbol: lua_getmetatable\nstack traceback:\n\t[C]: in ?\n\t[C]: in ?\n\t[C]: in function 'require'\n\t[string \"testcrate/tests/tests.rs:41:9\"]:2: in main chunk")
...
$ rustc -vV | sed -n 's|host: ||p'
aarch64-unknown-linux-gnu
The text was updated successfully, but these errors were encountered:
On a Raspberry Pi 4 with Debian 12:
The text was updated successfully, but these errors were encountered: