Disallow fastcomp in tot and 2.0.0+ (#584)

This commit is contained in:
Alon Zakai
2020-08-07 09:06:46 -07:00
committed by GitHub
parent 60e3a51c7b
commit 16d4ec5489
2 changed files with 5 additions and 6 deletions

View File

@@ -169,11 +169,6 @@ assert old_config == open(emconfig + '.old').read()
# TODO; test on latest as well
check_call(upstream_emcc + ' hello_world.c')
print('test tot-fastcomp')
run_emsdk('install tot-fastcomp')
run_emsdk('activate tot-fastcomp')
check_call(fastcomp_emcc + ' hello_world.c')
print('test specific release (old)')
run_emsdk('install sdk-fastcomp-1.38.31-64bit')
run_emsdk('activate sdk-fastcomp-1.38.31-64bit')