Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit 4b77f2b

Browse files
Catfriend1Catfriend1
authored andcommitted
Revert: buildNative: list modifications if present
1 parent df248c1 commit 4b77f2b

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

syncthing/build-syncthing.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -396,15 +396,6 @@ def install_ndk():
396396
'--tags'
397397
])
398398

399-
print('Listing modifications if present ...')
400-
subprocess.check_call([
401-
'git',
402-
'-C',
403-
syncthing_dir,
404-
'status',
405-
'--porcelain=v1'
406-
])
407-
408399
if os.environ.get('CLEANUP_BEFORE_BUILD', '') == "1":
409400
print('Cleaning go-build cache')
410401
subprocess.check_call([go_bin, 'clean', '-cache'], cwd=syncthing_dir)

0 commit comments

Comments
 (0)