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

[release/v7.4] Fix seed max value for Container Linux CI #24543

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

TravisEz13
Copy link
Member

Backport #24510

This pull request includes a change to the Invoke-InitializeContainerStage function in the tools/ci.psm1 file to improve the consistency of the seed value for PR builds and ensure it fits within 32 bits.

Changes to seed value handling:

  • Added logic to ensure the seed value does not exceed 32 bits by using a bitwise AND operation with Int32::MaxValue.

@TravisEz13 TravisEz13 added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Nov 4, 2024
@TravisEz13 TravisEz13 self-assigned this Nov 4, 2024
@TravisEz13 TravisEz13 merged commit 9a78378 into PowerShell:release/v7.4 Nov 4, 2024
38 checks passed
@TravisEz13 TravisEz13 deleted the backport-24510 branch November 4, 2024 22:23
Copy link
Contributor

microsoft-github-policy-service bot commented Nov 4, 2024

📣 Hey @TravisEz13, how did we do? We would love to hear your feedback with the link below! 🗣️

🔗 https://aka.ms/PSRepoFeedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants