update docs
This commit is contained in:
@@ -21,7 +21,7 @@ args = parser.parse_args()
|
||||
payloads = {'fds-stage0': args.stage0.resolve(strict=True), 'dasungd': project/'out/dasungd'}
|
||||
|
||||
for tool in ('lz4', 'zstd'):
|
||||
if not shutil.which(tool): sys.exit(f'ERROR: missing host {tool}; see docs/m4-work.md')
|
||||
if not shutil.which(tool): sys.exit(f'ERROR: missing host {tool}; see docs/developer/m4-work.md')
|
||||
for executable in ('fds-stage0', 'dasungd'):
|
||||
subprocess.run([str(project/'tools/verify-elf'), str(payloads[executable]), 'aarch64', 'static'], check=True)
|
||||
epoch = int(subprocess.check_output(['git', '-C', str(project/'vendor/void-packages'), 'show', '-s', '--format=%ct', 'HEAD']))
|
||||
|
||||
Reference in New Issue
Block a user