Skip to content

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

Merged
Travis Plunk (TravisEz13) merged 2 commits into
PowerShell:release/v7.4from
TravisEz13:backport-24510
Nov 4, 2024
Merged

[release/v7.4] Fix seed max value for Container Linux CI#24543
Travis Plunk (TravisEz13) merged 2 commits into
PowerShell:release/v7.4from
TravisEz13:backport-24510

Conversation

@TravisEz13

Copy link
Copy Markdown
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
Travis Plunk (TravisEz13) merged commit 9a78378 into PowerShell:release/v7.4 Nov 4, 2024
@TravisEz13
Travis Plunk (TravisEz13) deleted the backport-24510 branch November 4, 2024 22:23
@microsoft-github-policy-service

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

Copy link
Copy Markdown
Contributor

📣 Hey Travis Plunk (@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