update release build
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user