]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Fix] Use DESTDIR pattern to fix hardcoded paths in rspamd binaries
authorVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 23 Oct 2025 08:01:17 +0000 (09:01 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 23 Oct 2025 08:34:36 +0000 (09:34 +0100)
commit1daf550ca9ecd92e7bd9531890fc5400a440057f
treea824aee654231e8d14919fe102be71c192c26159
parent824b6ebacf327995a26c3217133b03045d82b476
[Fix] Use DESTDIR pattern to fix hardcoded paths in rspamd binaries

Changed build to use CMAKE_INSTALL_PREFIX=/usr (final location) with
DESTDIR for staging. This ensures paths compiled into binaries match
runtime paths in Docker container, fixing lua_util module loading.
.github/workflows/integration-test.yml
test/integration/Dockerfile.local