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

fix compile regression on FreeBSD #419

Merged
merged 1 commit into from
May 14, 2023

Conversation

tendstofortytwo
Copy link
Contributor

attempt_oom_adjust() takes two variables as of #392. Since both variables are used only under Linux and the compiler complains if you don't use the second one, this adds a line in to fix that.

@emaste
Copy link

emaste commented May 12, 2023

Great, thank you @tendstofortytwo.

Perhaps we can add a FreeBSD CI job in .cirrus.yml as well, to find these sorts of things automatically?

@rhatdan
Copy link
Member

rhatdan commented May 14, 2023

LGTM

@rhatdan rhatdan merged commit d0b6b25 into containers:main May 14, 2023
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.

3 participants