mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-05-09 01:55:18 -04:00
update release build
This commit is contained in:
parent
79b4593ce8
commit
4e37115c8f
3 changed files with 6 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
mkdir /tmp/capnproto-install
|
||||
pushd /tmp/capnproto-install
|
||||
curl -O https://capnproto.org/capnproto-c++-0.10.2.tar.gz
|
||||
tar zxf capnproto-c++-0.10.2.tar.gz
|
||||
cd capnproto-c++-0.10.2
|
||||
curl -O https://capnproto.org/capnproto-c++-0.10.4.tar.gz
|
||||
tar zxf capnproto-c++-0.10.4.tar.gz
|
||||
cd capnproto-c++-0.10.4
|
||||
./configure --without-openssl
|
||||
make -j$1 check
|
||||
if [ "$EUID" -ne 0 ]; then
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
VERSION=21.9
|
||||
VERSION=23.3
|
||||
|
||||
mkdir /tmp/protoc-install
|
||||
pushd /tmp/protoc-install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue