intel / idxd-config

Accel-config / libaccel-config
Other
56 stars 35 forks source link

accel-config-test depends on accel-config #50

Open mythi opened 6 months ago

mythi commented 6 months ago

With the fixes in 4.1.4, I was able to move to Debian packaged accel-config*. One observation when building a container image with the tests only (in our case, accel-config util is not needed since we use --skip-config with the tests):

apt-get install -y --no-install-recommends accel-config-test=${ACCEL_CONFIG_VERSION}

does not depend on accel-config and the tests fails due to https://github.com/intel/idxd-config/blob/6c3261f1ce2c239a42806bc2c78d9c7fb1b2065c/test/common#L18-L29.

So there's two things to check:

/cc @ColinIanKing

Lhoddy commented 6 months ago

Have you solved the problem? I had this problem too.