We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54011ee commit 01f103bCopy full SHA for 01f103b
.github/workflows/supported_llvm_versions.yml
@@ -139,6 +139,9 @@ jobs:
139
if [[ '${{ runner.os }}' == 'Linux' ]]; then
140
# FIXME: lsan_interceptors.cpp:82 "((!lsan_init_is_running)) != (0)"
141
rm tests/sanitizers/lsan_memleak.d
142
+ elif [[ '${{ runner.os }}' == 'macOS' ]]; then
143
+ # work around plugins/addFuncEntryCall/testPlugin.d failure
144
+ export CXX=c++
145
fi
146
ctest -V -R "lit-tests"
147
- name: Run DMD testsuite
0 commit comments