mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 20:31:16 +00:00
Remove go mod download as part of build (#1395)
This commit is contained in:
parent
0d8e10afa1
commit
4a290c2be5
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ for target in BUILD_TARGETS:
|
|||
'CGO_ENABLED': '1',
|
||||
})
|
||||
|
||||
subprocess.check_call(['go', 'mod', 'download'], cwd=syncthing_dir)
|
||||
subprocess.check_call([
|
||||
'go', 'run', 'build.go', '-goos', 'android', '-goarch', target['goarch'], '-cc', os.path.join(standalone_ndk_dir, 'bin', target['cc'])
|
||||
] + pkg_argument + ['-no-upgrade', 'build'], env=environ, cwd=syncthing_dir)
|
||||
|
|
Loading…
Reference in a new issue