mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 11:41:35 +01:00
buildroot: remove all default guest packages to make image tiny
This commit is contained in:
1
release
1
release
@@ -6,6 +6,7 @@ import subprocess
|
||||
import common
|
||||
zip_img = imp.load_source('zip_img', os.path.join(common.root_dir, 'zip-img'))
|
||||
|
||||
subprocess.check_call([os.path.join(common.root_dir, 'test')])
|
||||
subprocess.check_call([os.path.join(common.root_dir, 'build-all')])
|
||||
zip_img.main()
|
||||
tag = 'sha-{}'.format(common.sha)
|
||||
|
||||
Reference in New Issue
Block a user