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
Radu Popa
substrate
Commits
525d3582
Unverified
Commit
525d3582
authored
4 years ago
by
Denis S. Soldatov aka General-Beck
Browse files
Options
Downloads
Patches
Plain Diff
build partially on selfhosted
parent
b71d92e2
Branches
Branches containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/build.yml
+3
-3
3 additions, 3 deletions
.github/workflows/build.yml
.github/workflows/check-wasm.yml
+1
-1
1 addition, 1 deletion
.github/workflows/check-wasm.yml
.github/workflows/substrate.yml
+6
-6
6 additions, 6 deletions
.github/workflows/substrate.yml
with
10 additions
and
10 deletions
.github/workflows/build.yml
+
3
−
3
View file @
525d3582
...
...
@@ -66,7 +66,7 @@ jobs:
build-subkey-macos
:
name
:
Build MacOS Subkey
runs-on
:
self-hosted
runs-on
:
macos-latest
container
:
generalbeck/rust-builder:musl
steps
:
-
name
:
Checkout sources
...
...
@@ -79,9 +79,9 @@ jobs:
-
name
:
Run cargo build Subkey
shell
:
bash
run
:
|
rustup
target add x86_64-apple-darwin
rustup
install stable nightly
rustup target add wasm32-unknown-unknown
cargo build
--target x86_64-apple-darwin
--release --verbose
cargo build --release --verbose
-
name
:
Prepare artifacts
shell
:
bash
run
:
|
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/check-wasm.yml
+
1
−
1
View file @
525d3582
...
...
@@ -4,7 +4,7 @@ on: [push]
jobs
:
check-web-wasm
:
name
:
Check web wasm
runs-on
:
self-hosted
runs-on
:
ubuntu-latest
container
:
parity/rust-builder:latest
env
:
CARGO_INCREMENTAL
:
0
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/substrate.yml
+
6
−
6
View file @
525d3582
...
...
@@ -7,7 +7,7 @@ on: [push]
jobs
:
cargo-check-benches
:
name
:
Cargo check benches
runs-on
:
self-hosted
runs-on
:
ubuntu-latest
container
:
parity/rust-builder:latest
env
:
BUILD_DUMMY_WASM_BINARY
:
1
...
...
@@ -36,7 +36,7 @@ jobs:
cargo-check-subkey
:
name
:
Cargo check subkey
runs-on
:
[
self-hosted
]
runs-on
:
[
ubuntu-latest
]
container
:
parity/rust-builder:latest
env
:
BUILD_DUMMY_WASM_BINARY
:
1
...
...
@@ -97,7 +97,7 @@ jobs:
test-frame-staking
:
name
:
Test frame staking
runs-on
:
self-hosted
runs-on
:
ubuntu-latest
container
:
parity/rust-builder:latest
env
:
RUSTFLAGS
:
"
-Cdebug-assertions=y"
...
...
@@ -127,7 +127,7 @@ jobs:
test-wasmtime
:
name
:
Test wasmtime
runs-on
:
self-hosted
runs-on
:
ubuntu-latest
container
:
parity/rust-builder:latest
env
:
RUSTFLAGS
:
"
-Cdebug-assertions=y"
...
...
@@ -189,7 +189,7 @@ jobs:
test-full-crypto-feature
:
name
:
Test full crypto feature
runs-on
:
self-hosted
runs-on
:
ubuntu-latest
container
:
parity/rust-builder:latest
env
:
RUSTFLAGS
:
"
-Cdebug-assertions=y"
...
...
@@ -223,7 +223,7 @@ jobs:
linux-dependency-rules
:
name
:
Test dependency rules
runs-on
:
self-hosted
runs-on
:
ubuntu-latest
container
:
parity/rust-builder:latest
steps
:
-
name
:
Checkout sources
...
...
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