Bump ndk version and revert specific go1.13 dep
This commit is contained in:
parent
dea8be7003
commit
6534a63529
|
@ -1314,16 +1314,14 @@ Builds:
|
|||
submodules: true
|
||||
sudo:
|
||||
- apt update || apt update
|
||||
- apt install -y -t testing golang-1.13-go
|
||||
- ln -s /usr/lib/go-1.13 /usr/lib/go
|
||||
- ln -s /usr/lib/go-1.13/bin/go /usr/bin/go
|
||||
- apt install -y -t testing golang-go
|
||||
gradle:
|
||||
- yes
|
||||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
prebuild: sed -i -e '/signingConfig/d' app/build.gradle
|
||||
scanignore:
|
||||
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
||||
ndk: r15c
|
||||
ndk: r20
|
||||
preassemble:
|
||||
- buildNative
|
||||
|
||||
|
|
Loading…
Reference in a new issue