fix(rpm): add systemd-rpm-macros to Dockerfile.package, fix correlator spec_version
- sentinel/correlator: install systemd-rpm-macros in rpm-builder stage - correlator: use build_version macro (not version) to avoid recursive expansion - mod-reqin-log: fix ctest --test-dir to find tests in build/tests/ Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@ -40,4 +40,4 @@ COPY services/mod-reqin-log/Makefile Makefile
|
||||
|
||||
RUN mkdir -p build/tests && cd build/tests && cmake ../../ && make
|
||||
|
||||
CMD ["ctest", "--output-on-failure"]
|
||||
CMD ["ctest", "--test-dir", "build/tests", "--output-on-failure"]
|
||||
|
||||
Reference in New Issue
Block a user