[all-commits] [llvm/llvm-project] ceb18f: workflows/release-binaries: Install LLDB test deps...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Mon Jun 1 05:36:55 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ceb18ffc04cfbef5294a9625351995b6330674e9
https://github.com/llvm/llvm-project/commit/ceb18ffc04cfbef5294a9625351995b6330674e9
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M .github/workflows/release-binaries.yml
Log Message:
-----------
workflows/release-binaries: Install LLDB test deps (#199900)
lldb-api tests are hitting:
"/home/runner/work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbplatformutil.py",
line 12, in <module>
from packaging import version
ModuleNotFoundError: No module named 'packaging'
when building release binaries on Arm64/x86 Linux. Install deps before
running tests.
Fixes #176422.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list