Skip to content

ci: install pcre1 dev package for explicit --with-pcre jobs#16

Merged
Easton97-Jens merged 2 commits intov3/master_update_workflowsfrom
codex/review-ci_new.yml-implementation
Feb 24, 2026
Merged

ci: install pcre1 dev package for explicit --with-pcre jobs#16
Easton97-Jens merged 2 commits intov3/master_update_workflowsfrom
codex/review-ci_new.yml-implementation

Conversation

@Easton97-Jens
Copy link
Owner

Motivation

  • Ensure CI exercises both the default PCRE2 path and the explicit PCRE1 path (--with-pcre) and that the latter has the required development package available.

Description

  • Added libpcre3-dev to the Linux dependency installation list in .github/workflows/ci_new.yml so --with-pcre matrix jobs have PCRE1 headers/libs.
  • Kept the CI configure matrix that includes both with pcre2 (default) and with pcre entries so both regex engine code paths are tested.

Testing

  • Searched the workflow for relevant dependency and matrix entries with rg to locate insertion points and confirm affected blocks.
  • Applied an automated Python edit to insert libpcre3-dev into .github/workflows/ci_new.yml and verified the replacement completed successfully.
  • Verified counts and presence of libpcre3-dev, label: "with pcre", and with pcre2 (default) in the workflow via a small Python sanity-check script (all checks succeeded).

Codex Task

@Easton97-Jens Easton97-Jens merged commit 9d88665 into v3/master_update_workflows Feb 24, 2026
172 checks passed
@Easton97-Jens Easton97-Jens deleted the codex/review-ci_new.yml-implementation branch February 24, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant