Skip to content

Fix CI for wasm atomics#12730

Merged
alice-i-cecile merged 2 commits intobevyengine:mainfrom
james7132:fix-ci-atomic-wasm
Mar 26, 2024
Merged

Fix CI for wasm atomics#12730
alice-i-cecile merged 2 commits intobevyengine:mainfrom
james7132:fix-ci-atomic-wasm

Conversation

@james7132
Copy link
Copy Markdown
Member

Objective

CI is currently broken because of DiagnosticsRecorder not being Send and Sync as required by Resource.

Solution

Wrap DiagnosticsRecorder internally with a WgpuWrapper.

@james7132 james7132 added A-Rendering Drawing game state to the screen P-Critical This must be fixed immediately or contributors or users will be severely impacted P-Compile-Failure A failure to compile Bevy apps labels Mar 26, 2024
@alice-i-cecile alice-i-cecile added this to the 0.14 milestone Mar 26, 2024
Copy link
Copy Markdown
Contributor

@jdm jdm left a comment

Choose a reason for hiding this comment

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

Makes sense!

@alice-i-cecile alice-i-cecile added the S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it label Mar 26, 2024
@alice-i-cecile alice-i-cecile added this pull request to the merge queue Mar 26, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 26, 2024
@alice-i-cecile alice-i-cecile added this pull request to the merge queue Mar 26, 2024
Merged via the queue into bevyengine:main with commit a0f492b Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Rendering Drawing game state to the screen P-Compile-Failure A failure to compile Bevy apps P-Critical This must be fixed immediately or contributors or users will be severely impacted S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants