Skip to content
  • Eugen Snitko's avatar
    Add forklift to remaining jobs (#3236) · edd95b37
    Eugen Snitko authored
    Add [forklift
    caching](https://gitlab.parity.io/parity/infrastructure/ci_cd/forklift/forklift)
    to remainig jobs
    
    by .sh and .py scripts:
    - cargo-check-each-crate x6 (`.gitlab/check-each-crate.py`)
    - build-linux-stable (`polkadot/scripts/build-only-wasm.sh`)
    
    by before_script:
    - build-linux-substrate
    - build-subkey-linux (with `.build-subkey` job)
    - cargo-check-benches x2
    
    **To disable feature set FORKLIFT_BYPASS variable to true in [project
    settings in
    gitlab](https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/settings/ci_cd)**
    (forklift now handles FORKLIFT_BYPASS by itself)
    edd95b37
Validating GitLab CI configuration… Learn more