fix(ci): Remove redundant build-chain-no-features job (#4656)
* Remove redundant build-chain-no-features * Remove redundant job from patch file Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Gustavo Valverde <gustavo@iterativo.do>
This commit is contained in:
parent
d2d4f5a67e
commit
257f017382
|
|
@ -27,17 +27,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: 'echo "No build required"'
|
- run: 'echo "No build required"'
|
||||||
|
|
||||||
build-chain-no-features:
|
|
||||||
name: Build ${{ matrix.rust }} zebra-chain w/o features on ubuntu-latest
|
|
||||||
timeout-minutes: 60
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
rust: [stable, beta]
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- run: 'echo "No build required"'
|
|
||||||
|
|
||||||
install-from-lockfile-no-cache:
|
install-from-lockfile-no-cache:
|
||||||
name: Install zebrad from lockfile without cache on ubuntu-latest
|
name: Install zebrad from lockfile without cache on ubuntu-latest
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
|
|
@ -153,36 +153,6 @@ jobs:
|
||||||
# Note: this only runs the zebrad acceptance tests, because re-running all the test binaries is slow on Windows
|
# Note: this only runs the zebrad acceptance tests, because re-running all the test binaries is slow on Windows
|
||||||
args: --verbose --package zebrad --test acceptance -- --nocapture --include-ignored sync_large_checkpoints_
|
args: --verbose --package zebrad --test acceptance -- --nocapture --include-ignored sync_large_checkpoints_
|
||||||
|
|
||||||
build-chain-no-features:
|
|
||||||
name: Build ${{ matrix.rust }} zebra-chain w/o features on ubuntu-latest
|
|
||||||
timeout-minutes: 60
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
rust: [stable, beta]
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3.0.2
|
|
||||||
with:
|
|
||||||
persist-credentials: false
|
|
||||||
|
|
||||||
- uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
toolchain: ${{ matrix.rust }}
|
|
||||||
profile: minimal
|
|
||||||
override: true
|
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v1
|
|
||||||
|
|
||||||
- name: cargo fetch
|
|
||||||
uses: actions-rs/cargo@v1.0.3
|
|
||||||
with:
|
|
||||||
command: fetch
|
|
||||||
|
|
||||||
- name: Run build without features enabled
|
|
||||||
working-directory: ./zebra-chain
|
|
||||||
run: cargo build --verbose --no-default-features
|
|
||||||
|
|
||||||
# Install Zebra with lockfile dependencies, with no caching and default features
|
# Install Zebra with lockfile dependencies, with no caching and default features
|
||||||
install-from-lockfile-no-cache:
|
install-from-lockfile-no-cache:
|
||||||
name: Install zebrad from lockfile without cache on ubuntu-latest
|
name: Install zebrad from lockfile without cache on ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue