Skip to content

Commit 05b250a

Browse files
authored
Backport 7074 to stable2412 (#7085)
# Description Unsets SKIP_WASM_BUILD which was introduced by mistake for aarch64 binaries release: #7074. ## Integration Aarch64 binaries can be consumed as the x86_64 ones. ## Review Notes Details on #7074 . --------- Signed-off-by: Iulian Barbu <[email protected]>
1 parent d9b1353 commit 05b250a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/release-reusable-rc-buid.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ jobs:
149149
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
150150
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
151151
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
152-
SKIP_WASM_BUILD: 1
153152
steps:
154153
- name: Checkout sources
155154
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

prdoc/pr_7074.prdoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
2+
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
3+
4+
title: Unset SKIP_WASM_BUILD=1 for aarch64 binaries release
5+
6+
doc:
7+
- audience: [ Node Dev, Runtime Dev]
8+
description:
9+
Fix the release pipeline environment by unsetting SKIP_WASM_BUILD=1
10+
so that aarch64 binaries are built so that they contain runtimes
11+
accordingly.
12+
13+
crates: [ ]

0 commit comments

Comments
 (0)