Josh Wolf
Josh Wolf
Adds [`gotests`](https://github.com/cweill/gotests) as a builtin code action with 2 operating modes: 1. package tests (available when cursor positioned over a `package_clause`) 2. function test (available when cursor positioned over a...
changes the struct types encoding to `json`. this does _not_ change apko's config to be json based, but uses json as the common denominator of the two to appease external...
adds support to the k8s runner config (`.melange.k8s.yaml`) for specifying `profiles` for grouping resource/podtemplates configuration. Here's how I've been using this in wolfi: ```yaml provider: gke resources: # Fully utilize...
hit this in `wolfi-dev/os` while trying to build from scratch: the actual package below is `pkgconf`, and this occurs immediately after building [`gcc`](https://github.com/wolfi-dev/os/blob/main/gcc.yaml) ``` [sdk] ❯ make SOURCE_DATE_EPOCH=$(date +%s) USE_CACHE=no...
Changing the build path of an existing resource to one that doesn't exist results in an error at `plan/apply` time. An example of this occurring is when we're refactoring an...
uses a runtime "dynamic" image built with `apko_build` as the default image for the k3s sandbox harness. this standardizes some common testing patterns seem in `images`.
draft for now since I'm not sure what the appropriate behavior of these tests should be given we don't have GPU support in CI