magic/.github/workflows
Darryl L. Miles c05ac60851 build: require system readline (or Tcl); drop the bundled fallback (Patch 1)
configure already preferred the system readline (AC_CHECK_LIB → -lreadline) and
only fell back to the bundled readline/ copy.  Remove that fallback: a non-Tcl
interactive build now requires the *system* GNU readline -- both its header
(AC_CHECK_HEADER readline/readline.h, so configure fails cleanly instead of deep
in compilation) and the library -- and if neither Tcl nor readline is available
configure errors with a clear explanation of the three ways forward (build with
Tcl, install libreadline-dev, or --disable-readline).

Also drop the now-meaningless --enable-readline-bundled, and substitute
MAKE_READLINE=0 unconditionally so the Makefiles' bundled-readline path goes
inert.  readline/ and all Makefiles are left untouched here (cleaned up and
removed in the following patches).

--disable-readline stays as the escape hatch: it just tells configure to ignore
the system readline and build the existing no-line-editing variant.

Verified: Tcl build rc=0 (readline off, 375 files, readline/ not built); non-Tcl
--disable-readline builds (serial); non-Tcl default with no readline dev package
now errors with the guidance message.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-26 14:54:11 -04:00
..
appimage7.yml feat: add generate_sbom boolean input (disabled by default) and gate SBOM steps on it 2026-07-23 16:09:35 -04:00
appimage8.yml feat: add generate_sbom boolean input (disabled by default) and gate SBOM steps on it 2026-07-23 16:09:35 -04:00
appimage9.yml feat: add generate_sbom boolean input (disabled by default) and gate SBOM steps on it 2026-07-23 16:09:35 -04:00
appimage10.yml feat: add generate_sbom boolean input (disabled by default) and gate SBOM steps on it 2026-07-23 16:09:35 -04:00
canary-matrix.yml build: require system readline (or Tcl); drop the bundled fallback (Patch 1) 2026-07-26 14:54:11 -04:00
main-aarch64.yml build: add "make prepare" and use it in docs/CI instead of database.h path 2026-07-26 14:54:11 -04:00
main-macos.yml build: add "make prepare" and use it in docs/CI instead of database.h path 2026-07-26 14:54:11 -04:00
main-wasm.yml GHA: main-wasm.yml: fixup the artifact download naming and contents 2026-07-23 16:09:35 -04:00
main.yml build: add "make prepare" and use it in docs/CI instead of database.h path 2026-07-26 14:54:11 -04:00