build kind of works

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-26 00:00:00 +00:00
parent 004c100453
commit 8f1c662e3d
4 changed files with 114 additions and 111 deletions

View File

@@ -24,7 +24,7 @@ start_time = time.time()
# know what the smallest root filesystem size is and use it either...
# https://stackoverflow.com/questions/47320800/how-to-clean-only-target-in-buildroot
subprocess.check_call([os.path.join(common.root_dir, 'configure'), '--all'])
subprocess.check_call([os.path.join(common.root_dir, 'build'), '--all-linux-components'])
subprocess.check_call([os.path.join(common.root_dir, 'build'), 'all-linux'])
release_zip.main()
subprocess.check_call(['git', 'push'])
release_upload.main()