Bump micro and syncthing on CI

This commit is contained in:
Butta 2020-09-09 23:41:21 +05:30
parent 78d9cd3012
commit 62c36a2ab4
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ termux_step_make_install() {
}
termux_step_create_debscripts() {
cat <<- EOF > ./postinst
cat <<- EOF > ./postinst
#!$TERMUX_PREFIX/bin/sh
if [ "\$1" = "configure" ] || [ "\$1" = "abort-upgrade" ]; then
if [ -x "$TERMUX_PREFIX/bin/update-alternatives" ]; then

View File

@ -20,7 +20,7 @@ termux_step_make(){
cd go/src/github.com/syncthing/syncthing
# Unset GOARCH so building build.go is works.
# Unset GOARCH so building build.go works.
export GO_ARCH=$GOARCH
export _CC=$CC
unset GOOS GOARCH CC