Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Add the dependency analyser with the go toolchain to kraft (V2) #21

Closed
wants to merge 2 commits into from

Commits on Jul 30, 2020

  1. Add dependency analysis to kraft

    This patch adds a new series of commands devel which allows
    to interact with the go toolchain. For now, only the dependency
    analyser has been added to the kraft tool.
    
    The go binaries are directly integrated to the kraft repo which
    allows to avoid the setup and the installation of the go runtime.
    
    Signed-off-by: Gaulthier Gain <[email protected]>
    gaulthiergain committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    27ce710 View commit details
    Browse the repository at this point in the history
  2. Add entries point for the go toolchain to docker

    This patch adds new entries point to the Makefile in order
    to build the go toolchain as a container for the CI system.
    
    Signed-off-by: Gaulthier Gain <[email protected]>
    gaulthiergain committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    f3a52c0 View commit details
    Browse the repository at this point in the history