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

chore: add valgrind to nix develop #4365

Merged
merged 4 commits into from
Jan 26, 2024
Merged

chore: add valgrind to nix develop #4365

merged 4 commits into from
Jan 26, 2024

Conversation

dougch
Copy link
Contributor

@dougch dougch commented Jan 17, 2024

Resolved issues:

none

Description of changes:

Enable running the valgrind test in a nix devShell, and more interestingly for s2n, on aarch64.

example usage:

nix develop
S2N_DEBUG=true make -j $(nproc) pedantic_valgrind

Call-outs:

Our valgrind jobs are still using Make instead of CMake, but the make target for pedantic_valgrind does still run.

Testing:

How is this change tested (unit tests, fuzz tests, etc.)? Are there any testing steps to be verified by the reviewer?

Is this a refactor change? If so, how have you proved that the intended behavior hasn't changed?

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions github-actions bot added the s2n-core team label Jan 17, 2024
@dougch dougch marked this pull request as ready for review January 17, 2024 19:29
@dougch dougch requested a review from jmayclin January 17, 2024 19:29
@dougch dougch enabled auto-merge (squash) January 24, 2024 20:06
@dougch dougch merged commit a444087 into aws:main Jan 26, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants