Mark Kubacki
Mark Kubacki
rebased, fixed an example which timed-out
Thanks for your review. I'll address the issues tomorrow. The result should ideally be independent of the building app (dgr), hence I've made `exclude` part of this.
I've begun splitting this in smaller chunks and filing as separate PR, and am waiting for #238 to be merged to rebase and proceed.
Waiting on #238 to rebase and move this forward.
The *builder* currently relies on parts of its `rootfs` being moved to `rootfs/dgr`. You might find option **builder.transform []string** as introduced by this commit handy for that: https://github.com/blablacar/dgr/pull/225/commits/74be5580f2d6007cd4593e6007dddec62c893a06 I am...
I wish we could do this entirely without resorting to the *tar* binary. But all implementations in *Go* are by far not on its level feature-wise. And indeed, won't be...
Addressed. Most of the time went into pleasing Travis.
On Linux, RSS is the 24th column in `/proc/$$/stat` (`/proc/self/stat`)—if you want to drop *gopsutil*. Edit: https://man7.org/linux/man-pages/man5/procfs.5.html#DESCRIPTION:~:text=Resident%20Set%20Size%3A
Let's do both, because I don't quite trust the output altogether. The check I've originally introduced is cheap enough, I believe. I'll push a change to this PR later today.
I am here for you if you have any questions!