mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
update release build
This commit is contained in:
parent
79b4593ce8
commit
4e37115c8f
@ -1,12 +1,13 @@
|
|||||||
# /etc/systemd/system/veilid-server.service
|
# /etc/systemd/system/veilid-server.service
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=The Veilid peer-to-peer network server
|
Description=Veilid Headless Node
|
||||||
Requires=network-online.target
|
Requires=network-online.target
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
Environment=RUST_BACKTRACE=1
|
||||||
ExecStart=/usr/bin/veilid-server
|
ExecStart=/usr/bin/veilid-server
|
||||||
ExecReload=/bin/kill -s HUP $MAINPID
|
ExecReload=/bin/kill -s HUP $MAINPID
|
||||||
KillSignal=SIGQUIT
|
KillSignal=SIGQUIT
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
mkdir /tmp/capnproto-install
|
mkdir /tmp/capnproto-install
|
||||||
pushd /tmp/capnproto-install
|
pushd /tmp/capnproto-install
|
||||||
curl -O https://capnproto.org/capnproto-c++-0.10.2.tar.gz
|
curl -O https://capnproto.org/capnproto-c++-0.10.4.tar.gz
|
||||||
tar zxf capnproto-c++-0.10.2.tar.gz
|
tar zxf capnproto-c++-0.10.4.tar.gz
|
||||||
cd capnproto-c++-0.10.2
|
cd capnproto-c++-0.10.4
|
||||||
./configure --without-openssl
|
./configure --without-openssl
|
||||||
make -j$1 check
|
make -j$1 check
|
||||||
if [ "$EUID" -ne 0 ]; then
|
if [ "$EUID" -ne 0 ]; then
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
VERSION=21.9
|
VERSION=23.3
|
||||||
|
|
||||||
mkdir /tmp/protoc-install
|
mkdir /tmp/protoc-install
|
||||||
pushd /tmp/protoc-install
|
pushd /tmp/protoc-install
|
||||||
|
Loading…
Reference in New Issue
Block a user