Bug 1720342: Do not run logalloc tests for the CodeQL build r=glandium

The codeql initialization process causes a loop in allocator
initialization that results in the inability to issue open()
calls due to function interception having begun set-up but
not completing it.  (More details in bug.)

Differential Revision: https://phabricator.services.mozilla.com/D120521
This commit is contained in:
Tom Ritter 2021-07-23 17:00:46 +00:00
parent 1194fe927f
commit 561859278c

View File

@ -10,6 +10,10 @@ ifdef CROSS_COMPILE
SKIP = 1 SKIP = 1
endif endif
ifdef CODEQL_DIST
SKIP = 1
endif
ifneq ($(SKIP),1) ifneq ($(SKIP),1)
ifeq ($(OS_TARGET),WINNT) ifeq ($(OS_TARGET),WINNT)