mirror of
https://github.com/ceph/ceph
synced 2025-03-06 08:20:12 +00:00
Merge pull request #6959 from oritwas/wip-fix-run-cmake-check
cmake: no need to run configure from run-cmake-check.sh Reviewed-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
commit
3a951650d4
@ -48,8 +48,6 @@ function run() {
|
||||
$DRY_RUN ./install-deps.sh || return 1
|
||||
fi
|
||||
$DRY_RUN ./autogen.sh || return 1
|
||||
$DRY_RUN ./configure "$@" --disable-static --with-radosgw --with-debug --without-lttng \
|
||||
CC="ccache gcc" CXX="ccache g++" CFLAGS="-Wall -g" CXXFLAGS="-Wall -g" || return 1
|
||||
$DRY_RUN mkdir build
|
||||
$DRY_RUN cd build
|
||||
$DRY_RUN cmake ../
|
||||
|
Loading…
Reference in New Issue
Block a user