Describe the bug
When building the frr-7.3.1 as packaged in our openSUSE Linux distribution, the build fails on 1-core VMs but succeeds on 4-core VMs. This is indicative of insuffiently specified build dependencies.
[x] Did you check if this is a duplicate issue?
[x] Did you test it on the latest FRRouting/frr master branch?
To Reproduce
Steps to reproduce the behavior (on openSUSE or Debian):
Need to list #include'd header files in Makefile to make sure it builds
correctly.
Fixes: FRRouting#6576
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Describe the bug
When building the frr-7.3.1 as packaged in our openSUSE Linux distribution, the build fails on 1-core VMs but succeeds on 4-core VMs. This is indicative of insuffiently specified build dependencies.
[x] Did you check if this is a duplicate issue?
[x] Did you test it on the latest FRRouting/frr master branch?
To Reproduce
Steps to reproduce the behavior (on openSUSE or Debian):
Expected behavior
Build should not fail
Screenshots
Build log has
Versions
Additional context
This issue was found as part of my work on reproducible builds for openSUSE.
The text was updated successfully, but these errors were encountered: