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(build): fix race condition for Windows artifacts #1261

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

eglitise
Copy link
Collaborator

Azure Pipelines were seemingly failing to build Windows artifacts because 7zip had 2 processes writing to the same file. This gives each process a different file to write to.
I tested this locally and the issue was gone.

@eglitise eglitise added the chore Internal changes not visible to the user label Dec 20, 2023
@eglitise eglitise merged commit a450465 into appium:main Dec 20, 2023
5 checks passed
@eglitise eglitise deleted the fix-windows-artifacts branch December 20, 2023 19:57
shiva-guntoju pushed a commit to shiva-guntoju/appium-inspector that referenced this pull request Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Internal changes not visible to the user
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant