mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
0908a5b5a3
cargo build of bonsaiviewer-autodesk pulls dbus-secret-service (the Linux OS-keyring backend for credential storage) -> dbus -> libdbus-sys, whose build.rs needs dbus-1.pc via pkg-config. GitHub's ubuntu runners ship libdbus-1-dev, so the dedicated connector workflow never needed it; the minimal Rocky container doesn't. Add dbus-devel to both Rocky jobs (pkg-config is already present). This was the last step after a fully successful C++ build + cargo compile. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>