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

fabtests: Add extra configure options for efa and lpp tests #10419

Merged
merged 2 commits into from
Oct 2, 2024

Commits on Oct 1, 2024

  1. fabtests: Make building efa conditional

    Add --enable-efa argument to fabtests to disable efa building.
    Default is enabled. This is to disable efa for Intel CI.
    
    Signed-off-by: Zach Dworkin <zachary.dworkin@intel.com>
    zachdworkin committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    230f0d6 View commit details
    Browse the repository at this point in the history
  2. fabtests: Add option for conditionally building lpp

    Add --enable-lpp option to configure. Default on.
    This is to turn it off for CI that doesn't need to build this
    provider.
    
    Signed-off-by: Zach Dworkin <zachary.dworkin@intel.com>
    zachdworkin committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5288aec View commit details
    Browse the repository at this point in the history