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

gh-90815: Fix mimalloc build on WASI #111524

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 30, 2023

Include <unistd.h> to get sbrk() function.

@vstinner
Copy link
Member Author

cc @DinoV

Include <unistd.h> to get sbrk() function.
@vstinner
Copy link
Member Author

!buildbot wasm32-wasi

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @vstinner for commit 488d08f 🤖

The command will test the builders whose names match following regular expression: wasm32-wasi

The builders matched are:

  • wasm32-wasi PR

@vstinner vstinner merged commit 1673e44 into python:main Oct 30, 2023
29 checks passed
@vstinner vstinner deleted the mimalloc_wasi branch October 30, 2023 22:10
FullteaR pushed a commit to FullteaR/cpython that referenced this pull request Nov 3, 2023
Include <unistd.h> to get sbrk() function.
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
Include <unistd.h> to get sbrk() function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants