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

Docs: Added workaround for testing on RedHat OSs #883

Merged

Commits on Dec 14, 2017

  1. Docs: Added workaround for testing on RedHat OSs

    Since Scancode binaries are built on Debian based machines, and the
    prebuilt dependencies are named differently on RedHat based machines
    py.test will not be able to find the libbz2.so library on those
    machines.
    See https://github.com/nexB/scancode-toolkit/issues/443
    
    Added a note about how to work around this issue by symbolically
    linking the existing libbz2.so on the filesystem to the expected
    name.
    
    This should be removed once
    aboutcode-org#469 is solved
    
    Signed-off-by: Nisha K <nishak@vmware.com>
    Nisha K committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    de4d2de View commit details
    Browse the repository at this point in the history