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 a recent regression related to --pipeline-creation-jobs option. #1888

Merged

Conversation

fabian-lunarg
Copy link
Contributor

@fabian-lunarg fabian-lunarg commented Nov 26, 2024

OverrideCmdBindPipeline was added recently, but a mandatory synchronization w. asynchronous operations was dropped. that causes race-conditions and bugs when using the --pipeline-creation-jobs feature.
this is fixed here.

note:
this regression also marks the point where we should enforce CI-coverage for that feature.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 309892.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 5394 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 5394 passed.

@fabian-lunarg fabian-lunarg merged commit 1043927 into LunarG:dev Nov 26, 2024
9 checks passed
@fabian-lunarg fabian-lunarg deleted the fabian_hotfix_async_pipelines branch November 26, 2024 15:44
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