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

android compilation fails with rlimit #1553

Closed
vincenthz opened this issue Jan 14, 2020 · 0 comments · Fixed by #1557
Closed

android compilation fails with rlimit #1553

vincenthz opened this issue Jan 14, 2020 · 0 comments · Fixed by #1557
Assignees
Labels
A-build Area: Build system bug Something isn't working

Comments

@vincenthz
Copy link
Member

vincenthz commented Jan 14, 2020

getrlimit need to be fenced out when target_os = android as android identifies as unix but doesn't have rlimit in libc (compilation error with missing GETRLIMIT_NOFILE)

@vincenthz vincenthz added bug Something isn't working A-build Area: Build system labels Jan 14, 2020
@NicolasDP NicolasDP added this to Backlog (not in scope) in jormungandr-dmb via automation Jan 14, 2020
@NicolasDP NicolasDP moved this from Backlog (not in scope) to In progress in jormungandr-dmb Jan 14, 2020
jormungandr-dmb automation moved this from In progress to Done Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-build Area: Build system bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

2 participants