Skip to content

Commit

Permalink
DAOS-623 build: daos_metrics is in server rpm (#13589)
Browse files Browse the repository at this point in the history
It should be part of server build, not tests

Signed-off-by: Jeff Olivier <jeffolivier@google.com>
  • Loading branch information
jolivier23 authored Jan 22, 2024
1 parent 6491317 commit 7d05adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def scons():
# Build crt_launch
SConscript('crt_launch/SConscript')

if prereqs.server_requested():
# Build daos_metrics
SConscript('daos_metrics/SConscript')

Expand Down

0 comments on commit 7d05adb

Please sign in to comment.