prebuilt: attempt gem5 a bit further, but stop at the vmlinux step

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-09-15 23:01:49 +01:00
parent 762bb78d89
commit e2f36b5bc1
4 changed files with 80 additions and 23 deletions

View File

@@ -7,6 +7,11 @@ 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')])
# A clean release requires a full rebuild unless we hack it :-(
# We can't just use our curent build as it contains packages we've
# installed in random experiments. And with EXT2: we can't easily
# 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, 'build-all')])
zip_img.main()
tag = 'sha-{}'.format(common.sha)