Skip to content
Snippets Groups Projects
Unverified Commit 525d3582 authored by Denis S. Soldatov aka General-Beck's avatar Denis S. Soldatov aka General-Beck
Browse files

build partially on selfhosted

parent b71d92e2
Branches
No related merge requests found
......@@ -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: |
......
......@@ -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
......
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment