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|CI/CD] Download only linux artefacts for deb package build #7271

Merged
merged 2 commits into from
Jan 23, 2025

Conversation

EgorPopelyaev
Copy link
Contributor

This PR contains a fix for the rc-build release pipeline. The problem was, that for the deb package build were all the artefacts downloaded and merged together, what could lead to the issue, that the polkadot linux binary was overwritten with the macos one.

@EgorPopelyaev EgorPopelyaev added R0-silent Changes should not be mentioned in any release notes A4-needs-backport Pull request must be backported to all maintained releases. labels Jan 21, 2025
@EgorPopelyaev EgorPopelyaev requested review from a team as code owners January 21, 2025 08:58
@paritytech-review-bot paritytech-review-bot bot requested a review from a team January 23, 2025 08:59
@EgorPopelyaev EgorPopelyaev added this pull request to the merge queue Jan 23, 2025
github-merge-queue bot pushed a commit that referenced this pull request Jan 23, 2025
…7271)

This PR contains a fix for the rc-build release pipeline. The problem
was, that for the deb package build were all the artefacts downloaded
and merged together, what could lead to the issue, that the polkadot
linux binary was overwritten with the macos one.
Merged via the queue into master with commit fb2e414 Jan 23, 2025
200 of 203 checks passed
@EgorPopelyaev EgorPopelyaev deleted the ep-fix-rc-linux-build branch January 23, 2025 11:00
@paritytech-cmd-bot-polkadot-sdk

Created backport PR for stable2407:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-7271-to-stable2407
git worktree add --checkout .worktree/backport-7271-to-stable2407 backport-7271-to-stable2407
cd .worktree/backport-7271-to-stable2407
git reset --hard HEAD^
git cherry-pick -x 4552dbd5bd416384da5ca302d6cab50addf16005
git push --force-with-lease

@paritytech-cmd-bot-polkadot-sdk

Created backport PR for stable2409:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-7271-to-stable2409
git worktree add --checkout .worktree/backport-7271-to-stable2409 backport-7271-to-stable2409
cd .worktree/backport-7271-to-stable2409
git reset --hard HEAD^
git cherry-pick -x 4552dbd5bd416384da5ca302d6cab50addf16005
git push --force-with-lease

@paritytech-cmd-bot-polkadot-sdk

Git push to origin failed for stable2412 with exitcode 1

EgorPopelyaev added a commit that referenced this pull request Jan 29, 2025
…7271)

This PR contains a fix for the rc-build release pipeline. The problem
was, that for the deb package build were all the artefacts downloaded
and merged together, what could lead to the issue, that the polkadot
linux binary was overwritten with the macos one.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A4-needs-backport Pull request must be backported to all maintained releases. R0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants