|
|
|
@ -8,7 +8,7 @@ wget https://go.dev/dl/go1.19.1.linux-amd64.tar.gz
|
|
|
|
|
@!check go1.19.1.linux-amd64.tar.gz a69153393a2eaf1c2b77f5a4bafe6a2fb36368c6856d79bd697472af71d925fc62c58e6b8fe75adf143b0462da2ed9e68d0fcd0328cde091be70d745b92814aa
|
|
|
|
|
tar -xzf go1.19.1.linux-amd64.tar.gz
|
|
|
|
|
apt update
|
|
|
|
|
apt install -y --no-install-recommends git wget libc6-dev make gcc g++ pkg-config
|
|
|
|
|
apt install -y --no-install-recommends git wget libc6-dev make gcc
|
|
|
|
|
ln -s /mount/go /usr/local/go
|
|
|
|
|
ln -s /mount/gopath /go
|
|
|
|
|
ln -s /mount/libcwtch-go /drone/src/
|
|
|
|
@ -19,9 +19,10 @@ export PATH="/usr/local/go/bin/:$PATH"
|
|
|
|
|
go version
|
|
|
|
|
git clone https://git.openprivacy.ca/cwtch.im/libcwtch-go
|
|
|
|
|
git fetch --tags
|
|
|
|
|
git checkout tags/v1.10.2 -b v1.10.2
|
|
|
|
|
cd libcwtch-go
|
|
|
|
|
echo `git describe --tags` > VERSION
|
|
|
|
|
go mod download
|
|
|
|
|
make linux
|
|
|
|
|
@%sha512sum libCwtch.so
|
|
|
|
|
@!check libCwtch.so 294734f79be2963e13c50a525fe76af1d4a6f3c1337b13a9b6065e12c19fac187464e6ef59cd39f57c3e25759d39a4a7ed4434de6f73617587aef6df05b1c493
|
|
|
|
|
@!check libCwtch.so b65c62ecf1c1ce6949d87b0e728d264a306ed3cabe011658a2c83cfde8277236ba8cf4722fa5df761050d06d24aae0d538434899ad338527b4e78032226f93eb
|