Skip to content

(experiment) consider removing Makefiles #16

@jaxxstorm

Description

@jaxxstorm

One of the more frustrating elements of the build process is dealing with the Makefile syntax we're currently using:

  • It's difficult to generate Makefiles programmatically
  • The syntax doesn't lend itself well to multi stage builds
  • It's quickly becoming complex

Ideally, we could try and replace this with a task runner which will allow us to generate these files programmatically with jk.

I've had some success before with https://github.com/go-task/task which uses a YAML config file, so we should try it out

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/engineeringWork that is not visible to an external userresolution/fixedThis issue was fixed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions