Fedor Korotkov

Results 106 issues of Fedor Korotkov

We just open sourced [Tart](https://github.com/cirruslabs/tart) -- virtualization toolset to build, run and manage virtual machines on Apple Silicon. At the moment Tart only supports macOS VMs but soon we'll add...

enhancement

It will be nice to add Build Cache support to cache for example resolved dependencies based on `gogradle.lock` file. Right now it just says: ``` Build cache key for task...

Right now `test` task creates an html report and simply prints out summary like ``` Test for github.com/fkorotkov/example finished, 5 completed, 1 failed ``` It's not very convenient to have...

# Checklist - [x] I have filed an issue about this change and discussed potential changes with the maintainers. - [x] I have received the approval from the maintainers to...

awaiting-user-response

I'm trying to configure a build for NodeJS application using Makisu and HTTP cache. Here is my `Dockerfile`: ```Dockerfile FROM node:12 as builder WORKDIR /tmp/cirrus-ci-web ADD package.json package-lock.json /tmp/cirrus-ci-web/ RUN...

bug

I saw on Twitter there were issues with gimme, Cirrus CI uses official `golang` Docker images which makes it independent from gimme and makes the CI builds to start in...

Seems there is already a Dockerfile in the root and [gimme repository on DockerHub](https://hub.docker.com/r/travisci/gimme) but no image has ever been pushed to it. Could you please configure Docker builds for...

disclaimer: I'm one of engineers working on Cirrus CI. [Cirrus CI](https://cirrus-ci.org/) exposes an OIDC token via `$CIRRUS OIDC_TOKEN` and allows overriding the audience via setting `$CIRRUS_OIDC_TOKEN_AUDIENCE` variable. I'm following up...

enhancement

It will be nice to be able to run `lintGradle` for a specific project so teams can easily find issues for their specific project.

Fixes #20