mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 03:01:36 +01:00
build kind of works
This commit is contained in:
2
release
2
release
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user