Skip to content

Commit 8647982

Browse files
jaimergpisuruf
andcommitted
Update src/maintainer/knowledge_base.rst
Co-authored-by: Isuru Fernando <[email protected]>
1 parent 652db2c commit 8647982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/src/maintainer/knowledge_base.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ In the build script, it would need to update ``cmake`` call and guard any tests
406406
cmake ${CMAKE_ARGS} ..
407407
408408
# Skip ``ctest`` when cross-compiling
409-
if [[ "${CONDA_BUILD_CROSS_COMPILATION}" != "1" ]]; then
409+
if [[ "${CONDA_BUILD_CROSS_COMPILATION:-}" != "1" || "${CROSSCOMPILING_EMULATOR:-}" != "" ]]; then
410410
ctest
411411
fi
412412

0 commit comments

Comments
 (0)