fix internal-api-docs build
this one is also run from a gcc stdenv. Change-Id: I91ff6915c6689ece15224f348f54367cff5d2b5a
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@
|
||||
}:
|
||||
|
||||
# gcc miscompiles coroutines at least until 13.2, possibly longer
|
||||
assert stdenv.cc.isClang || lintInsteadOfBuild;
|
||||
assert stdenv.cc.isClang || lintInsteadOfBuild || internalApiDocs;
|
||||
|
||||
let
|
||||
inherit (__forDefaults) canRunInstalled;
|
||||
|
||||
Reference in New Issue
Block a user