secubox-openwrt/.github/workflows
CyberMind-FR c64b2cf41f wip: attempt to fix SDK build with dependency workarounds
Adds workarounds to build SecuBox packages in SDK environment despite
lucihttp/cgi-io compilation failures.

Changes:
- Download pre-built LuCI dependencies step (downloads package index)
- Configure SDK with BUILDBOT flags to prefer binaries
- Build with fallback: try standard compile, fallback to direct packaging
- Use -j1 (single thread) to avoid race conditions

Note: This is experimental. The root issue is that OpenWrt SDK cannot
compile lucihttp/cgi-io due to missing ubus headers. A better long-term
solution may be to use ImageBuilder instead of SDK for package builds.

Related: #build-failures
2025-12-25 20:13:04 +01:00
..
build-openwrt-packages.yml wip: attempt to fix SDK build with dependency workarounds 2025-12-25 20:13:04 +01:00
build-secubox-images.yml feat: add complete SecuBox package suite to firmware builds 2025-12-25 06:43:52 +01:00
test-validate.yml fix: improve feed update error handling and validation 2025-12-24 00:37:12 +01:00