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

build: don't compile tests during normal build #1619

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

jpalus
Copy link
Contributor

@jpalus jpalus commented Dec 8, 2024

Creating the PR to get a feedback as it might have some side effects.

I think not compiling tests during normal build is the expected behavior however it shifts compilation to first make check invocation which I believe in CI is done with escalated privileges. Might have some unexpected impact if some files have different ownership/permissions.

@giuseppe
Copy link
Member

giuseppe commented Dec 8, 2024

please add a Signed-off-by: line to make the DCO test happy

@giuseppe
Copy link
Member

giuseppe commented Dec 8, 2024

the change LGTM (assuming the CI passes :-) )

@jpalus jpalus force-pushed the no-tests-normal-build branch from b8eff91 to 3c5292b Compare December 8, 2024 15:42
tests/fuzzing/run-tests.sh Outdated Show resolved Hide resolved
@jpalus jpalus force-pushed the no-tests-normal-build branch from d94bb21 to 9e3615a Compare December 9, 2024 11:56
Copy link
Member

@giuseppe giuseppe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@giuseppe giuseppe merged commit ca39d7c into containers:main Dec 9, 2024
53 checks passed
@jpalus jpalus deleted the no-tests-normal-build branch December 20, 2024 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants