-
Notifications
You must be signed in to change notification settings - Fork 767
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 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 <iulian.barbu@parity.io>
- Loading branch information
1 parent
d9b1353
commit 05b250a
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0 | ||
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json | ||
|
||
title: Unset SKIP_WASM_BUILD=1 for aarch64 binaries release | ||
|
||
doc: | ||
- audience: [ Node Dev, Runtime Dev] | ||
description: | ||
Fix the release pipeline environment by unsetting SKIP_WASM_BUILD=1 | ||
so that aarch64 binaries are built so that they contain runtimes | ||
accordingly. | ||
|
||
crates: [ ] |