Consider creating a require_make! rake helper to retrieve a usable make executable and raise if no one can be found
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
The following discussion from !12680 (merged) should be addressed:
-
@rymai started a discussion: Unrelated but we should consider extracting
make = Gitlab::Utils.which('gmake') || Gitlab::Utils.which('make') abort "Couldn't find a 'make' binary" unless maketo a dedicated helper (e.g.
require_make!).
Edited by 🤖 GitLab Bot 🤖