Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
substrate
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Denis_P
substrate
Commits
b200e4a6
Unverified
Commit
b200e4a6
authored
4 years ago
by
Denis S. Soldatov aka General-Beck
Browse files
Options
Downloads
Patches
Plain Diff
remove target musl
parent
a6e3ec15
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/build.yml
+2
-2
2 additions, 2 deletions
.github/workflows/build.yml
with
2 additions
and
2 deletions
.github/workflows/build.yml
+
2
−
2
View file @
b200e4a6
...
@@ -20,7 +20,7 @@ jobs:
...
@@ -20,7 +20,7 @@ jobs:
key
:
${{ runner.OS }}-cargo-build-[build-substrate]-${{ hashFiles('**/Cargo.lock') }}
key
:
${{ runner.OS }}-cargo-build-[build-substrate]-${{ hashFiles('**/Cargo.lock') }}
-
name
:
Run cargo build Substrate
-
name
:
Run cargo build Substrate
shell
:
bash
shell
:
bash
run
:
cargo build
--target x86_64-unknown-linux-musl
--release --verbose
run
:
cargo build --release --verbose
-
name
:
Prepare artifacts
-
name
:
Prepare artifacts
shell
:
bash
shell
:
bash
run
:
|
run
:
|
...
@@ -49,7 +49,7 @@ jobs:
...
@@ -49,7 +49,7 @@ jobs:
key
:
${{ runner.OS }}-cargo-build-[build-subkey-linux]-${{ hashFiles('**/Cargo.lock') }}
key
:
${{ runner.OS }}-cargo-build-[build-subkey-linux]-${{ hashFiles('**/Cargo.lock') }}
-
name
:
Run cargo build Subkey
-
name
:
Run cargo build Subkey
shell
:
bash
shell
:
bash
run
:
cargo build
--target x86_64-unknown-linux-musl
--release --verbose
run
:
cargo build --release --verbose
-
name
:
Prepare artifacts
-
name
:
Prepare artifacts
shell
:
bash
shell
:
bash
run
:
|
run
:
|
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment