mirror of
https://github.com/edu4rdshl/rusolver.git
synced 2026-07-17 23:24:55 +00:00
(chore): update manpage
This commit is contained in:
parent
55fd2cb2be
commit
3bb0ac4b35
2 changed files with 32 additions and 44 deletions
|
|
@ -10,14 +10,6 @@ AARCH_TARGET="aarch64-unknown-linux-gnu"
|
|||
OSX_TARGET="x86_64-apple-darwin"
|
||||
MANPAGE_DIR="./$NAME.1"
|
||||
|
||||
if ! systemctl is-active docker >/dev/null 2>&1; then
|
||||
echo "Docker is not running. Starting docker."
|
||||
if ! sudo systemctl start docker; then
|
||||
echo "Failed to start docker."
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
# Linux build
|
||||
echo "Building Linux artifact."
|
||||
if cargo build -q --release --target="$LINUX_TARGET"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue