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
Disable sandboxed mode in bazel and use --spawn_strategy standalone
Encountered quite some issues with
```
Use --sandbox_debug to see verbose messages from the sandbox
/usr/bin/ld.gold: error: cannot find libavformat.so.57
/usr/bin/ld.gold: error: cannot find libavcodec.so.57
/usr/bin/ld.gold: error: cannot find libavutil.so.55
/usr/bin/ld.gold: error: cannot find libswscale.so.4
collect2: error: ld returned 1 exit status
Target //tensorflow_io/video:video_py_test failed to build
```
Believe it is related to (or similiar):
https://stackoverflow.com/questions/52386530/linker-fails-in-sandbox-when-running-through-bazel-but-works-when-sandboxed-comm?rq=1
Signed-off-by: Yong Tang <[email protected]>
0 commit comments