Skip to content

Commit

Permalink
run-checks: stop passing flux-security and caliper
Browse files Browse the repository at this point in the history
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
  • Loading branch information
trws committed Sep 18, 2023
1 parent bf6f654 commit ce08e2a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/docker/docker-run-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=$?
Expand Down

0 comments on commit ce08e2a

Please sign in to comment.