This commit is contained in:
Sam Clegg
2020-08-10 17:12:56 -07:00
committed by GitHub
parent 1e5c650388
commit 839c108479
3 changed files with 9 additions and 5 deletions

View File

@@ -148,8 +148,8 @@ assert open(emconfig).read().count('LLVM_ROOT') == 1
assert 'upstream' not in open(emconfig).read()
assert 'fastcomp' in open(emconfig).read()
print('verify version')
checked_call_with_output(fastcomp_emcc + ' -v', TAGS['latest'], stderr=subprocess.STDOUT)
print('verify latest fastcomp version is fixed at 1.40.1')
checked_call_with_output(fastcomp_emcc + ' -v', '1.40.1', stderr=subprocess.STDOUT)
print('clear cache')
check_call(upstream_emcc + ' --clear-cache')