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

Solaris: fixes build and tests, adds CI #2544

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 27, 2024

  1. Solaris: fixes build and tests, adds CI

    Disables some tests for Solaris.
    
    test/test_sendfile.rs:
    
    Solaris, sendfilev() doesn't support AF_UNIX sockets.
    Instead, it expects an AF_INET or AF_INET6 sockets.
    
    test/sys/test_timer.rs:
    
    Note that sys::test_timer::alarm_fires can fail as timer_create(3C) function
    requires the PRIV_PROC_CLOCK_HIGHRES. But since tests are supposed to run
    with sudo it should be ok.
    psumbera committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    96856f1 View commit details
    Browse the repository at this point in the history