diff --git a/autodist.sh b/autodist.sh index 7a344c0..a065416 100755 --- a/autodist.sh +++ b/autodist.sh @@ -70,7 +70,7 @@ if [ "${PACKAGE_VERSION}" != "${PACKAGE_RELEASE}" ]; then fi make dist -DISTCHECK_CONFIGURE_FLAGS="CFLAGS='-I../../../../drmaa_utils -I../../..'" make distcheck +SLURM_CONF=/dev/null DISTCHECK_CONFIGURE_FLAGS="CFLAGS='-I../../../../drmaa_utils -I../../..'" make distcheck EOF docker build -t $dimg $dctx