feat(installers): add libssl-dev + python3 + sqlite3 + jq + wget to install_base #125
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_skills!125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik_apt_deps"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds 10 missing apt deps to
install_baseso the bootstrap covers everythingservice_install_alland the demo seeds need:libssl-dev,pkg-config— many TLS / probing build scriptswget— ONNX runtime install (Tier 1 follow-up branch) + bootstrap fetchesjq— JSON shaping in install + seed scriptssqlite3,libsqlite3-dev— hero_proc / hero_code log DBs + rusqlite fallbackpython3,python3-pip,python3-venv,python3-openpyxl— action.set helpers + hero_demo seed stepUses the existing
pkg_ensure/pkg_ensure_devpattern fromplatform.nu. Idempotent, respects the platform skip table, no behavior change on macOS.Context
Phase 2 Tier 1 of home#185. Closes:
install_base; closing as covered)Verified
nu -c "use tools/modules/installers/installers.nu *"— module loads cleanlynu -c "use tools/modules/platform.nu *; pkg_install_cmd"— returnssudo apt-get install -ycorrectlyRisk
Tiny. Each
pkg_ensurecall is idempotent — re-running on a system that already has the package is a no-op.Refs lhumina_code/home#185 (Phase 2 master tracker)
Signed-off-by: mik-tf
Pull request closed