Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Adding cargo-edit and gh to ci-unified #651

Merged
merged 3 commits into from
Aug 15, 2024
Merged

Commits on Aug 15, 2024

  1. Adding cargo-edit to unified-ci

    This allows Cargo.toml manipulation in CI, primarily, versioning.
    Will be useful for publishing crates, based on tags.
    mutantcornholio committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8be92de View commit details
    Browse the repository at this point in the history
  2. Removed cargo install of substrate-contracts-node

    This currently fails to compile with `duplicate lang item in crate
    `std` (which `memchr` depends on): `panic_impl`.`
    We're also downloading a binary of this package just a bit earlier in
    Dockerfile.
    mutantcornholio committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    fbf795c View commit details
    Browse the repository at this point in the history
  3. adding gh cli tool

    mutantcornholio committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c57442a View commit details
    Browse the repository at this point in the history