1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00
Commit graph

10 commits

Author SHA1 Message Date
Simon Frei
d753c2659f
Prebuild in docker image based on local copy of repo
Instead of checking out the default branch. Otherwise it's impossible to
test local changes.
2023-06-18 16:45:01 +02:00
Simon Frei
7674fadeba
Undo unintended prebuild script change
When bumping the SDK I mistakenly switched from buildNative to build, no
idea why/how.

Fixes
f0762bab12
2023-06-18 16:25:51 +02:00
Simon Frei
f0762bab12
Bump SDK to 32 (#1896)
This is just a "minor" upgrade for android "12L" - some tablet related
improvements we likely don't care about. This bump is to support a contribution
to migrate our UI from something legacy to an up-to-date default framework that
requires >=32.
2023-03-26 18:40:00 +02:00
Simon Frei
b03c7d4ded
Containers and build process improvements/fixes (#1602)
- Use ndk 21 due to Go bug: https://github.com/golang/go/issues/42655
- Use pre-built clang binaries instead of building ourselves
- Build syncthing when creating container to prepopulate modules
2021-02-03 10:45:54 +01:00
Simon Frei
15d0e0e5e6
docker: Actually prepopulate go cache 2021-02-02 19:02:07 +01:00
Simon Frei
03d2f677b2
Fix docker prebuild script for amd64/x86_64 (#1441) 2019-11-05 14:09:08 +01:00
Simon Frei
c7b433bc65
build x86_64 binary to accomodate google play (#1430) 2019-11-05 11:02:24 +01:00
Simon Frei
b2df80cf27
also persist go pkgs on docker image 2019-09-05 17:25:15 +02:00
Audrius Butkevicius
988bbb0893
Move build script to python (#1184) 2018-07-18 00:17:58 +01:00
Audrius Butkevicius
66ee130e7d
Docker image, and windows builds (#1049) 2018-04-09 21:13:25 +01:00