Skip to content

Remove libpcre3-dev dependency from build and CI#318

Merged
fcostaoliveira merged 1 commit intomasterfrom
debian.13
Sep 24, 2025
Merged

Remove libpcre3-dev dependency from build and CI#318
fcostaoliveira merged 1 commit intomasterfrom
debian.13

Conversation

@fcostaoliveira
Copy link
Collaborator

Fixes #315

This PR removes the libpcre3-dev / pcre dependency across the project since it is no longer required for building or running memtier_benchmark.

Changes include:

  • Dropped libpcre3-dev from CI workflows, Dockerfiles, and Debian packaging.
  • Updated configure.ac to stop checking for pcre.
  • Cleaned up README.md and installation instructions to reflect updated requirements.
  • Including debian build checks on CI.

@fcostaoliveira fcostaoliveira merged commit f3545b0 into master Sep 24, 2025
30 checks passed
@fcostaoliveira fcostaoliveira deleted the debian.13 branch September 24, 2025 10:36
@fcostaoliveira fcostaoliveira mentioned this pull request Feb 26, 2026
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

libpcre3-dev is not present on Debian 13; it uses libpcre2

2 participants