Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,12 +446,12 @@ jobs:
- run: |
mkdir -p ${{ github.workspace }}/temp
${{ github.workspace }}/BinaryCache/ds2/ds2 platform --server --daemonize --listen localhost:5432
${{ github.workspace }}/BinaryCache/llvm/bin/lldb-dotest \
--out-of-tree-debugserver \
--arch ${{ matrix.arch }} \
--platform-name remote-linux \
--platform-url connect://localhost:5432 \
--platform-working-dir ${{ github.workspace }}/temp \
${{ github.workspace }}/BinaryCache/llvm/bin/lldb-dotest 1>/dev/null \
--out-of-tree-debugserver \
--arch ${{ matrix.arch }} \
--platform-name remote-linux \
--platform-url connect://localhost:5432 \
--platform-working-dir ${{ github.workspace }}/temp \
--excluded ${{ github.workspace }}/SourceCache/ds2/Support/Testing/Excluded/upstream/linux-${{ matrix.arch }}.excluded \
--excluded ${{ github.workspace }}/SourceCache/ds2/Support/Testing/Excluded/ds2/linux-${{ matrix.arch }}.excluded \
--excluded ${{ github.workspace }}/SourceCache/ds2/Support/Testing/Excluded/upstream/non-debugserver-tests.excluded \
Expand Down Expand Up @@ -599,7 +599,7 @@ jobs:

$ANDROID_SDK_ROOT/platform-tools/adb shell "/data/local/tmp/ds2 platform --server --daemonize --listen localhost:5432"

${{ github.workspace }}/BinaryCache/llvm/bin/lldb-dotest
${{ github.workspace }}/BinaryCache/llvm/bin/lldb-dotest 1>/dev/null
--out-of-tree-debugserver
--arch ${{ matrix.llvm-arch }}
--platform-name remote-android
Expand Down
Loading