Denis Pisarev
Denis Pisarev
Tried pushing the image built with buildah without `--format=docker`. It appears in the docker hub interface  but looks weird, do not show the links, OS/ARCH and LAST PULL fields....
1. This is a typical thing with docker. Either you should set up your `docker` to run rootles, it should be possible since ~November 2020 or consider using `podman`, API...
I think I'll need a more full repro here. I.e. from scratch on the clean repo.
I'm experimenting and so far achieved the following: 0. first, it's better running `--user $(id -u ${USER}):$(id -g ${USER})` 1. next step would be turning off `sccache` ``` docker run...
Please ask me, happy to help.
To make this more efficient, cache has to be used here. There are two ways for using cache in your backend: 1. Pre-compile cache in the image. I.e. build some...
Hi @Kogia-sima , Your tool has helped me again with fixing the coverage, source-based this time. I think this could help you with your investigation. Have to admit, it's uneasy...
There's an explanation of why branch coverage is 0: https://github.com/mozilla/grcov/issues/520
Yeah, I see, thanks for the explanation! Last week I was setting the code coverage for the first time and had to do a little research. If you are interested...
Thanks a lot for the PR. IMO it's over complicated for docker compose repo. It took me quite a while to understand what goes where. I made it work: extended...