Skip to content

Commit

Permalink
build: remove ceph-disk from freebsd script
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Deza <[email protected]>
  • Loading branch information
Alfredo Deza committed Jun 13, 2018
1 parent 3e922f4 commit a855340
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions do_freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ rm -rf build && ./do_cmake.sh "$*" \
echo start building
date
(cd build; gmake -j$NPROC $BUILDOPTS )
(cd build; gmake -j$NPROC $BUILDOPTS ceph-disk)
(cd build; gmake -j$NPROC $BUILDOPTS ceph-detect-init)

echo start testing
date
Expand Down

0 comments on commit a855340

Please sign in to comment.