The server will throw the following error when using builds after vinumdoc/vinum@2984bc7
/usr/local/bin/vinumc: error while loading shared libraries: libvutils.so: cannot open shared object file: No such file or directory
Which indicates that we need to copy the shared libraries vinumc depends on, rather than just the vinumc binary. I'm not sure if this was intended on the compiler's side, but the fix is to mount the entire build directory onto the docker container.
The server will throw the following error when using builds after vinumdoc/vinum@2984bc7
Which indicates that we need to copy the shared libraries vinumc depends on, rather than just the vinumc binary. I'm not sure if this was intended on the compiler's side, but the fix is to mount the entire build directory onto the docker container.