Merge pull request #242464 from fgaz/x265/unittests-x86
x265: enable unit tests on x64 only
This commit is contained in:
commit
6510fd1c3d
@ -17,7 +17,7 @@
|
|||||||
, custatsSupport ? false # Internal profiling of encoder work
|
, custatsSupport ? false # Internal profiling of encoder work
|
||||||
, debugSupport ? false # Run-time sanity checks (debugging)
|
, debugSupport ? false # Run-time sanity checks (debugging)
|
||||||
, ppaSupport ? false # PPA profiling instrumentation
|
, ppaSupport ? false # PPA profiling instrumentation
|
||||||
, unittestsSupport ? (stdenv.is64bit && !(stdenv.isDarwin && stdenv.isAarch64)) # Unit tests - only testing x64 assembly
|
, unittestsSupport ? stdenv.isx86_64 # Unit tests - only testing x64 assembly
|
||||||
, vtuneSupport ? false # Vtune profiling instrumentation
|
, vtuneSupport ? false # Vtune profiling instrumentation
|
||||||
, werrorSupport ? false # Warnings as errors
|
, werrorSupport ? false # Warnings as errors
|
||||||
}:
|
}:
|
||||||
|
Loading…
Reference in New Issue
Block a user