From 6c8eafa9adee207ff85b6775b1469b44d8e51f05 Mon Sep 17 00:00:00 2001 From: Tom Scogland Date: Mon, 18 Sep 2023 01:45:51 -0700 Subject: [PATCH] run-checks: stop passing flux-security and caliper Problem: much like systemdsystemunitdir, we don't support flux-security and caliper arguments to cmake, unlike systemdunitdir I don't see these being useful since we need to match upstream flux-core Solution: remove the flags from docker-run-checks.sh --- src/test/docker/docker-run-checks.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test/docker/docker-run-checks.sh b/src/test/docker/docker-run-checks.sh index fc9587917..07077b869 100755 --- a/src/test/docker/docker-run-checks.sh +++ b/src/test/docker/docker-run-checks.sh @@ -185,9 +185,7 @@ if [[ "$INSTALL_ONLY" == "t" ]]; then sh -c "./autogen.sh && ./configure --prefix=/usr --sysconfdir=/etc \ --with-systemdsystemunitdir=/etc/systemd/system \ - --localstatedir=/var \ - --with-flux-security \ - --enable-caliper && + --localstatedir=/var && make clean && make -j${JOBS}" RC=$?