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

Backport patches to 0.38 #1206

Merged
merged 4 commits into from
Nov 4, 2024
Merged

Backport patches to 0.38 #1206

merged 4 commits into from
Nov 4, 2024

Conversation

sunfishcode
Copy link
Member

No description provided.

nmattia and others added 4 commits November 4, 2024 14:45
This ensures the `.rmeta` files generated by `can_compile` are not
written to the build output. Those metadata files can create determinism
and cache invalidation issues in some build systems.

Instead the output -- since it is never actually read -- is written to
`/dev/null`.
* fix: enable wasip2 feature for wasm32-wasip2 target

Signed-off-by: Colin Murphy <[email protected]>

* Do not change MSRV

---------

Signed-off-by: Colin Murphy <[email protected]>
* Enable a few features on more platforms.

Define `PollFlags::RDHUP` on FreeBSD, `AT_EACCESS` on Emscripten,
and `ptsname` on Illumos.

* Enable `epoll` on solarish.
Drop macos-12, which is now deprecated, and add macos-13. At this
time, macos-latest is macos-14.
@sunfishcode sunfishcode merged commit 4919082 into 0.38 Nov 4, 2024
45 checks passed
@sunfishcode sunfishcode deleted the 0.38-updates branch November 4, 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.

3 participants