fix internal-api-docs build
this one is also run from a gcc stdenv.
Change-Id: I91ff6915c6689ece15224f348f54367cff5d2b5a
This commit is contained in:
parent
31954b5136
commit
4b66e1e24f
|
@ -110,7 +110,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
# gcc miscompiles coroutines at least until 13.2, possibly longer
|
# gcc miscompiles coroutines at least until 13.2, possibly longer
|
||||||
assert stdenv.cc.isClang || lintInsteadOfBuild;
|
assert stdenv.cc.isClang || lintInsteadOfBuild || internalApiDocs;
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (__forDefaults) canRunInstalled;
|
inherit (__forDefaults) canRunInstalled;
|
||||||
|
|
Loading…
Reference in a new issue