2.0.33 (#922)
I add to temporarily disable the test_binaryen_from_source test under macOS to work around: https://github.com/WebAssembly/binaryen/issues/4299
This commit is contained in:
@@ -232,6 +232,8 @@ int main() {
|
||||
run_emsdk('activate sdk-tag-1.38.33-64bit')
|
||||
|
||||
def test_binaryen_from_source(self):
|
||||
if MACOS:
|
||||
self.skipTest("https://github.com/WebAssembly/binaryen/issues/4299")
|
||||
print('test binaryen source build')
|
||||
run_emsdk(['install', '--build=Release', '--generator=Unix Makefiles', 'binaryen-main-64bit'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user