eellak / build-recorder

GNU Lesser General Public License v2.1
25 stars 8 forks source link

`time` `awk` and `wget/curl` unnecessarily required to build `build-recorder` #205

Open fvalasiad opened 1 year ago

fvalasiad commented 1 year ago

Title, those are dependencies for the benchmark folder, yet building build-recorder will complain about em missing.

Users are free to not run tests, and this could become an issue if we add more targets written in other languages such as rust. What's gonna happen then, will users be forced to install cargo just to build build-recorder?

Additionally, make benchmark needs to go, and instead be replaced by single names such as make hello make wine make linux

Or whatever. Including make all for those who want to run every test.

Jyoticharan commented 1 year ago

please assign me this issue

zvr commented 11 months ago

I have a hard time imagining a running Linux system which misses these...