Commit 369a7124 authored by Roman Yurchak's avatar Roman Yurchak

Skip compile-and-configure cases for numpy

parent 40ea94b4
......@@ -104,6 +104,8 @@ def handle_command(line, args):
for arg in line:
if r'/file.c' in arg or '_configtest' in arg:
return
if re.match('/tmp/.*/source\.[bco]+', arg):
return
if arg == '-print-multiarch':
return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment