Disable oneTBB tests.
oneTBB tests hang forever on machines with only one CPU core. Since my NixOS builder is a virtual machine with only one core, I am disabling the tests. ref: https://github.com/uxlfoundation/oneTBB/issues/1557
This commit is contained in:
@@ -259,6 +259,7 @@ in
|
||||
}
|
||||
);
|
||||
})
|
||||
(disableTests "onetbb") # oneTBB tests hang forever on machines with a single core (like my build virtual machine) https://github.com/uxlfoundation/oneTBB/issues/1557
|
||||
|
||||
# Works but probably sets python2's scipy to be python3:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user