-
Notifications
You must be signed in to change notification settings - Fork 302
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
DAOS-16501 build: Add libsanitize #15105
Open
knard-intel
wants to merge
10
commits into
master
Choose a base branch
from
ckochhof/dev/master/daos-16501
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+78
−16
Open
Changes from 4 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
2d97760
DAOS-16501 build: Add libsanitize
kanard38 8d233f5
Merge remote-tracking branch 'origin/master' into ckochhof/dev/master…
kanard38 ce48861
DAOS-16501 build: Add libsanitize
kanard38 b398459
DAOS-16501 build: Add libsanitize
kanard38 fbc4faa
Merge remote-tracking branch 'origin/master' into ckochhof/dev/master…
kanard38 7e9f339
DAOS-16501 build: Add libsanitize
kanard38 e7e8139
Merge remote-tracking branch 'origin/master' into ckochhof/dev/master…
kanard38 430daf6
DAOS-16501 build: Add libsanitize
kanard38 bf62474
Merge remote-tracking branch 'origin/master' into ckochhof/dev/master…
kanard38 3e7f272
DAOS-16501 build: Add libsanitize
kanard38 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brianjmurrell marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
|
||
Name: daos | ||
Version: 2.7.100 | ||
Release: 5%{?relval}%{?dist} | ||
Release: 7%{?relval}%{?dist} | ||
Summary: DAOS Storage Engine | ||
|
||
License: BSD-2-Clause-Patent | ||
|
@@ -41,7 +41,7 @@ BuildRequires: hwloc-devel | |
BuildRequires: bullseye | ||
%endif | ||
%if (0%{?rhel} >= 8) | ||
BuildRequires: argobots-devel >= 1.1 | ||
BuildRequires: argobots-devel >= 1.2 | ||
brianjmurrell marked this conversation as resolved.
Show resolved
Hide resolved
|
||
BuildRequires: json-c-devel | ||
BuildRequires: boost-python3-devel | ||
%else | ||
|
@@ -121,6 +121,14 @@ BuildRequires: libuct-devel | |
BuildRequires: ucx-devel | ||
%endif | ||
|
||
# Needed for debugging tasks | ||
%if (0%{?rhel} >= 8) | ||
BuildRequires: libasan | ||
%endif | ||
%if (0%{?suse_version} > 0) | ||
BuildRequires: libasan8 | ||
%endif | ||
|
||
Requires: openssl | ||
# This should only be temporary until we can get a stable upstream release | ||
# of mercury, at which time the autoprov shared library version should | ||
|
@@ -592,6 +600,10 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |
# No files in a shim package | ||
|
||
%changelog | ||
* Tue Sep 10 2024 Cedric Koch-Hofer <[email protected]> 2.7.100-6 | ||
- Update argobots to 1.2 | ||
- Add support of the libasan | ||
|
||
* Thu Aug 15 2024 Michael MacDonald <[email protected]> 2.7.100-5 | ||
- Add libdaos_self_test.so to client RPM | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo of "libasan"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arghhhh; going to fix this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.