Skip to content
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

configure.ac: make msan & ubsan flags additive #5618

Merged
merged 1 commit into from
Jan 6, 2020

Conversation

qlyoung
Copy link
Member

@qlyoung qlyoung commented Jan 3, 2020

These were setting = SAN_FLAGS, we want to add to the variable. Note
MSAN can't be used with any other sanitizer (except UBSan) but the
compiler will complain about that if you use it wrong so we don't need
to enforce it here.

Signed-off-by: Quentin Young qlyoung@cumulusnetworks.com

These were setting = SAN_FLAGS, we want to add to the variable. Note
MSAN can't be used with any other sanitizer (except UBSan) but the
compiler will complain about that if you use it wrong so we don't need
to enforce it here.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
@polychaeta polychaeta added the build Issues with the build label Jan 3, 2020
@LabN-CI
Copy link
Collaborator

LabN-CI commented Jan 3, 2020

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/5618 982187a
Date 01/03/2020
Start 16:39:41
Finish 17:05:39
Run-Time 25:58
Total 1815
Pass 1815
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2020-01-03-16:39:41.txt
Log autoscript-2020-01-03-16:40:38.log.bz2
Memory 421 416 360

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10279/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Warnings Generated during build:

Debian 10 amd64 build: Successful with additional warnings

Debian Package lintian failed for Debian 10 amd64 build:
(see full package build log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-10279/artifact/DEB10BUILD/ErrorLog/log_lintian.txt)

W: frr source: pkg-js-tools-test-is-missing
W: frr source: pkg-js-tools-test-is-missing
W: frr-doc: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20200103-05-g982187afb-0 (missing) -> 7.3-dev-20200103-05-g982187afb-0~deb10u1
W: frr: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20200103-05-g982187afb-0 (missing) -> 7.3-dev-20200103-05-g982187afb-0~deb10u1
W: frr: spelling-error-in-readme-debian explecitly explicitly
W: frr-rpki-rtrlib: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20200103-05-g982187afb-0 (missing) -> 7.3-dev-20200103-05-g982187afb-0~deb10u1
W: frr-pythontools: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20200103-05-g982187afb-0 (missing) -> 7.3-dev-20200103-05-g982187afb-0~deb10u1
W: frr-snmp: changelog-file-missing-explicit-entry 6.0-2 -> 7.3-dev-20200103-05-g982187afb-0 (missing) -> 7.3-dev-20200103-05-g982187afb-0~deb10u1

@rzalamena rzalamena merged commit f630b45 into FRRouting:master Jan 6, 2020
@nabahr nabahr mentioned this pull request Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues with the build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants