-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debian: Don't install sample dplane plugin #14255
Conversation
Without this, the Debian package build fails because dplane_sample_plugin.so gets compiled but not installed. Signed-off-by: Martin Buck <[email protected]>
Continuous Integration Result: FAILEDContinuous Integration Result: FAILEDSee below for issues. This is a comment from an automated CI system. Get source / Pull Request: SuccessfulBuilding Stage: SuccessfulBasic Tests: FailedTopotests Ubuntu 18.04 arm8 part 8: Failed (click for details)Topotests Ubuntu 18.04 arm8 part 8: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-13723/artifact/TOPO8U18AMD64/TopotestDetails/ Topotests Ubuntu 18.04 arm8 part 8: No useful log foundSuccessful on other platforms/tests
|
Continuous Integration Result: SUCCESSFULCongratulations, this patch passed basic tests Tested-by: NetDEF / OpenSourceRouting.org CI System CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-13723/ This is a comment from an automated CI system. |
Can we see the build error message/log or so? |
Sure, I wanted to include it right with the PR but it already scrolled out of my terminal history and I was too lazy to restart a build without the fix 😉 Did that now:
|
I don't know whether dplane_sample_plugin.so is actually supposed to be installed, but it looks like a source code example you can use as the basis for your own plugins and installing the binary version of an empty plugin didn't sound very useful to me. |
Thanks. |
Without this, the Debian package build fails because dplane_sample_plugin.so gets compiled but not installed.