Skip to content

fix(buildbuddy): exclude gnome_terminal_profile_switcher:wheel from CI#533

Draft
agentydragon wants to merge 1 commit intodevelfrom
claude/examine-build-log-UTHcO
Draft

fix(buildbuddy): exclude gnome_terminal_profile_switcher:wheel from CI#533
agentydragon wants to merge 1 commit intodevelfrom
claude/examine-build-log-UTHcO

Conversation

@agentydragon
Copy link
Copy Markdown
Owner

The wheel build requires a C++ toolchain and system libraries (libgirepository1.0-dev, libdbus-1-dev) for native Python packages (dbus-python, pycairo, pygobject). These aren't available in the stock Ubuntu 24.04 image used by BuildBuddy Workflows.

The target is already tagged 'manual' in the BUILD file, indicating it shouldn't be built in CI.

Fixes build failure: https://app.buildbuddy.io/invocation/e22a3f2d-a7c8-4b94-b1cf-acb1d67877ec

https://claude.ai/code/session_01A3ZTRLhcwjQC9qhMciRx1q

The wheel build requires a C++ toolchain and system libraries
(libgirepository1.0-dev, libdbus-1-dev) for native Python packages
(dbus-python, pycairo, pygobject). These aren't available in the stock
Ubuntu 24.04 image used by BuildBuddy Workflows.

The target is already tagged 'manual' in the BUILD file, indicating it
shouldn't be built in CI.

Fixes build failure: https://app.buildbuddy.io/invocation/e22a3f2d-a7c8-4b94-b1cf-acb1d67877ec

https://claude.ai/code/session_01A3ZTRLhcwjQC9qhMciRx1q
@agentydragon agentydragon force-pushed the devel branch 2 times, most recently from cb3df7d to 2a0568e Compare February 20, 2026 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants