7bbc8f0d4687a9ce12354c8f8c939e21b52b20c2667777cfd854fd471b66410d2bb4ac6092a1d214Authored: 3 months ago (Tue, 21 Apr 2026 12:35:04 +0000)Match: Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>5d9d95a8c93c767d9d552db286b69ebb0ac76b9fAuthored: 3 months ago (Tue, 21 Apr 2026 12:34:53 +0000)Match: Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>8fa4dc4d09a7ba3868f2a844c03a3394f5dda5b8Authored: 3 months ago (Sun, 19 Apr 2026 15:19:49 +0000)Match: Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>AGENTS.mdTool: agents-md# AGENTS
This document describes the minimum environment required on build / CI agents to compile `dovecot-core` and run the unit tests. It assumes a POSIX-like system with a reasonably recent toolchain.
---
## 1. Required software on agents
### 1.1 Toolchain and build tools
Agents must have:
- C compiler (GCC or Clang)
- `make`
- Autotools:
- `autoconf`
- `automake`
- `libtool`
- `pkg-config`
- `flex`
- `bison`
- `git`
- `wget`
- Scripting tools:
- `perl`
- `python3`
When building from **gnone