Skip to content

Commit 34997aa

Browse files
committed
github: Build test-libcxx with __USE_MINGW_ANSI_STDIO=0 on arm
On arm, we don't need to use the mingw custom printfs for long doubles.
1 parent 61a0f72 commit 34997aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-libcxx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
-DLIBCXXABI_USE_COMPILER_RT=YES `
9292
-DLIBUNWIND_USE_COMPILER_RT=YES `
9393
-DLIBCXXABI_USE_LLVM_UNWINDER=YES `
94-
-DLIBCXX_EXTRA_SITE_DEFINES="__USE_MINGW_ANSI_STDIO=1" `
94+
-DLIBCXX_EXTRA_SITE_DEFINES="__USE_MINGW_ANSI_STDIO=${{startsWith(matrix.arch, 'a') && '0' || '1'}}" `
9595
-DCMAKE_INSTALL_MESSAGE=NEVER `
9696
-DLLVM_LIT_ARGS="-v --time-tests"
9797
ninja

0 commit comments

Comments
 (0)