Skip to content

Move build system to local instance of Google Cloud Build #18

Description

@mark-dropbear

Currently the build script is just a handwritten Makefile but I would like to move to something a bit more cloud native in the form of Cloud Build. However, I want to have a smooth local development environment that isn't tied to a remote build server that also costs money to run so ensuring we have the ability to run it locally and for free is important.

Guidelines on how to do it can be found here: https://cloud.google.com/build/docs/build-debug-locally however, it requires Docker to run which means we will need a Docker in Docker setup for our devcontainer environment.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions