Skip compile-and-configure cases for numpy

This commit is contained in:
Roman Yurchak 2018-07-26 11:44:09 +02:00
parent 40ea94b463
commit 369a7124ad
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ def handle_command(line, args):
for arg in line: for arg in line:
if r'/file.c' in arg or '_configtest' in arg: if r'/file.c' in arg or '_configtest' in arg:
return return
if re.match('/tmp/.*/source\.[bco]+', arg):
return
if arg == '-print-multiarch': if arg == '-print-multiarch':
return return