leeway
leeway copied to clipboard
Leeway is a heavily caching build system for Go, Typescript and Docker projects.
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
## Description This PR makes leeway automatically discover the workspace route by traveling up the path all the way to the root of the file system and looking for a...
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.9 to 1.1.12. Release notes Sourced from github.com/opencontainers/runc's releases. runc 1.1.12 -- "Now you're thinking with Portals™!" This is the twelfth patch release in the 1.1.z release...
## Description This PR enables the remote tracking of package build times and their success rate. To this end it introduces a (long overdue) remote reporter to leeway. As a...
## Is your feature request related to a problem? Please describe I want to be able to build docker images with leeway that can target ARM64 cpus, without needing to...
## Is your feature request related to a problem? Please describe 1. It's normal to add build artefacts to `.gitignore` 1. Leeways' `srcs` globs makes it easy to include unintended...
### Bug description `deps` packages that are being built as part of `leeway run` don't get uploaded to the remote cachce ### Steps to reproduce Modify previewctl so that you...
### Bug description When files have been renamed, leeway fails to parse the Git status and assumes all files are "dirty": ``` WARN[0000] cannot parse git status: assuming all files...
### Bug description We currently have a build failure because the version of golangci-lint is not part of the environment manifest. I.e. golangci-lint changed but we did not rebuild. This...