Chris Evich

Results 40 issues of Chris Evich

On a Fedora 34 VM with golang 1.16, the ffjson generated code (archive_ffjson.go) fails to compile: ``` GO111MODULE=on go build -mod=vendor -compiler gc -tags " " ./cmd/containers-storage # github.com/containers/storage/pkg/archive pkg/archive/archive_ffjson.go:13:2:...

Under Fedora 21 beta, using Fedora 20 toolchain (bugzilla 1134394), CMake 2.8.12 gives the following warnings: ``` $ mkdir build && cd build && cmake .. ...cut... -- Configuring done...

**Description** With fairly high frequently this test is failing, but sometimes it passes. This is affecting CI for all PRs for `main` and branch-testing itself. **Steps to reproduce the issue:**...

flakes

***(Note: Untested / speculative change)*** It's conceivable that people may want to fork and utilize their own copy of the aviary repository. Depending on the environment where it's being installed,...

# Description When creating AWS EC2 instances, Cirrus-CI should set the `Name` tag using a format similar to GCE's 'cirrus-task-`. # Context In GCE, VMs are conveniently named with `cirrus-task-`...

feature

# Description Support script instruction which will result in the VM rebooting, requiring the Cirrus agent to re-connect before the next script instruction can run. # Context Occasionally testing low-level...

feature

When running a control file with many steps (i.e. 60+) with `--verbose`, the debugging log contains an entry for every added step that grows each time. After all steps have...

client

From the POV of github "Checks" tab and cirrus 'task' page, it's easy to see what matrix values are being used. However, from the 'build' page, each task only shows...

improvement

It's considered a fairly universally bad thing to commit credentials into git. Since the preferred method of using Fetchit is with a podman container, reading a PAT (or username/password) from...

Sure we could use travis, but the releases lag quite a bit and jobs are limited to working within a container. What would it take to support, say, the latest...