Syncthing: install golang from Debian testing
This commit is contained in:
parent
463e4df754
commit
8a8f1342f5
|
|
@ -751,15 +751,14 @@ Build:0.10.18,4160
|
|||
Build:0.10.19,4161
|
||||
commit=0.10.19
|
||||
submodules=yes
|
||||
sudo=apt update || apt update && \
|
||||
apt install -y -t testing golang-go
|
||||
gradle=yes
|
||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
||||
build=wget -O go.tgz https://dl.google.com/go/go1.9.7.linux-amd64.tar.gz && \
|
||||
echo '88573008f4f6233b81f81d8ccf92234b4f67238df0f0ab173d75a302a1f3d6ee go.tgz' | shasum -c - && \
|
||||
tar xf go.tgz && \
|
||||
PATH="$PWD/go/bin:$PATH" gradle buildNative
|
||||
ndk=r15c
|
||||
preassemble=buildNative
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags ^[0-9.]*$
|
||||
|
|
|
|||
Loading…
Reference in a new issue