Commit 6d9a879a authored by Tomasz Zawadzki's avatar Tomasz Zawadzki Committed by Tomasz Zawadzki
Browse files

scan_build: skip build check for IDXD



GitHub runners are not configured to run IDXD, so it is
not compiled in. Adding this check here allows to move forward
with enabling spdk-ci job on GH runners.

Change-Id: Ia2eda8867dc56986c723540ce116a84ce2863b08
Signed-off-by: default avatarTomasz Zawadzki <tomasz.zawadzki@nutanix.com>
Reviewed-on: https://review.spdk.io/c/spdk/spdk/+/25673


Tested-by: default avatarTomasz Zawadzki <tomasz@tzawadzki.com>
Reviewed-by: default avatarKonrad Sztyber <ksztyber@nvidia.com>
Reviewed-by: default avatarChangpeng Liu <changpeliu@tencent.com>
parent 06b2c4be
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -22,6 +22,17 @@ lib/rdma_provider/rdma_provider_mlx5_dv
# Not configured for kernel idxd
lib/idxd/idxd_kernel

# spdk-ci on GH runners is not configured for IDXD
examples/idxd/perf/perf
lib/idxd/idxd
lib/idxd/idxd_user
module/accel/dsa/accel_dsa
module/accel/dsa/accel_dsa_rpc
module/accel/iaa/accel_iaa
module/accel/iaa/accel_iaa_rpc
test/unit/lib/idxd/idxd.c/idxd_ut
test/unit/lib/idxd/idxd_user.c/idxd_user_ut

# These files all represent c files that are only compiled by direct inclusion in other files.
test/common/lib/test_env
test/common/lib/test_iobuf