Results 59 comments of Boris Smidt

might have a question on how you cache the dependencies between builds? Is that what the config manager is for? I currently skip it but i don't think it is...

This action uses EBPF to trace two system calls so the correct way to run it is actually: ```bash sudo docker run --privileged -ti catthehacker/ubuntu:act-latest /bin/bash -v /sys/:/sys/ ``` This...

I'm having a look into why this isn't working https://github.com/catchpoint/workflow-telemetry-action/tree/master/dist/proc-tracer. The projects binaries seem to be broken with the current github runner. I was looking into it this weekend and...

I've now made a process tracer which logs the commands in json to the output: https://github.com/borissmidt/proc-tracer But now i still have to test this thing on a github actions runner...

I've got it to work on a fork. https://github.com/borissmidt/workflow-telemetry-action/actions/runs/11759660743

I still have to fix the graph axis: https://github.com/borissmidt/workflow-telemetry-action/actions/runs/11759660743

https://github.com/borissmidt/workflow-telemetry-action/actions/runs/11767031370 I made sure the proc trace tabel can also be printed which is probably more important :)

Mmm, i think i made some bug fixes but forgot to update the dist file, i'll update it later this week.

Updated now it should be exactly the same binary, i build it, pushed it to git and then downloaded it. before adding it to the repo.