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

scarab: fix crash (#345038), don't bundle tests #346074

Merged
merged 2 commits into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    718581f View commit details
    Browse the repository at this point in the history
  2. scarab: fix crash (NixOS#345038), don't bundle tests

    By using testProjectFile, we can properly build the test and run it in
    checkPhase, as well as not include the test in the derivation output.
    
    This also happens to fix the startup crash as described in NixOS#345038.
    huantianad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2edfaf4 View commit details
    Browse the repository at this point in the history