mirror of
https://github.com/upa/mscp.git
synced 2026-02-16 02:14:42 +08:00
cleanup docker-related commands in cmake
TODO: add bruild procedure for async_write
This commit is contained in:
@@ -28,7 +28,7 @@ RUN ${mscpdir}/scripts/install-build-deps.sh
|
||||
# build
|
||||
RUN cd ${mscpdir} \
|
||||
&& rm -rf build \
|
||||
&& cmake -B build -DBUILD_PKG=1 \
|
||||
&& cmake -B build \
|
||||
&& cd ${mscpdir}/build \
|
||||
&& make \
|
||||
&& cpack -G RPM CPackConfig.cmake
|
||||
|
||||
Reference in New Issue
Block a user