Skip to content

Commit 36da6ba

Browse files
author
Todd Fiala
committed
Revert "[Preset] Dont skip lldb test on Linux package preset"
This reverts commit 42357b6. On Ubuntu, the LLDB REPL tests fail when using the LLDB from the build dir as the LLDB test suite uses it. Those tests pass when using the install layout built into {root}/usr/bin/lldb. I'll re-enable this once I have that investigated and working properly. This should fix the new issues on the Ubuntu package CI for the Swift master branch.
1 parent 15d2149 commit 36da6ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-presets.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ install-prefix=/usr
552552
swift-install-components=autolink-driver;compiler;clang-builtin-headers;stdlib;sdk-overlay;license
553553
build-swift-static-stdlib
554554
build-swift-stdlib-unittest-extra
555+
skip-test-lldb
555556

556557
# Executes the lit tests for the installable package that is created
557558
# Assumes the swift-integration-tests repo is checked out

0 commit comments

Comments
 (0)