Bump micro and syncthing on CI
This commit is contained in:
parent
78d9cd3012
commit
62c36a2ab4
@ -24,7 +24,7 @@ termux_step_make_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
termux_step_create_debscripts() {
|
termux_step_create_debscripts() {
|
||||||
cat <<- EOF > ./postinst
|
cat <<- EOF > ./postinst
|
||||||
#!$TERMUX_PREFIX/bin/sh
|
#!$TERMUX_PREFIX/bin/sh
|
||||||
if [ "\$1" = "configure" ] || [ "\$1" = "abort-upgrade" ]; then
|
if [ "\$1" = "configure" ] || [ "\$1" = "abort-upgrade" ]; then
|
||||||
if [ -x "$TERMUX_PREFIX/bin/update-alternatives" ]; then
|
if [ -x "$TERMUX_PREFIX/bin/update-alternatives" ]; then
|
||||||
|
@ -20,7 +20,7 @@ termux_step_make(){
|
|||||||
|
|
||||||
cd go/src/github.com/syncthing/syncthing
|
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 GO_ARCH=$GOARCH
|
||||||
export _CC=$CC
|
export _CC=$CC
|
||||||
unset GOOS GOARCH CC
|
unset GOOS GOARCH CC
|
||||||
|
Loading…
Reference in New Issue
Block a user