Index: SConstruct |
=================================================================== |
--- SConstruct (revision 3470) |
+++ SConstruct (working copy) |
@@ -864,9 +864,10 @@ |
if sel_ldr_flags is None: |
sel_ldr_flags = [] |
- if GetEmulator(env): |
+ if GetEmulator(env) or env.Bit('disable_hardy64_vmware_failures'): |
# in emulation we skip platform qualification tests |
- # NOTE: this only affects arm with user mode emulation |
+ # NOTE: this affects arm with user mode emulation and |
+ # some of the hardy64 build bots using vmware. |
sel_ldr_flags += ['-Q'] |
if env.Bit('nacl_glibc'): |