Port build to elixir_make #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "gitlab-mr-iid-9"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes build issue on OpenBSD. Previous solution hardcoded "make" which
on OpenBSD doesn't support the Makefile.
Minimum Elixir version bumped to the same as elixir_make.
I guess that's to effectively use
gmakein the end?What about https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha/-/merge_requests/10 instead?
Correct.
Making it posix compatible guards against the case where the
elixir-makeOS auto-detection breaks, which is better in the long run. I've tested it on the three supported BSD variants and it does work.Other than that, I don't have a preference over one or the other.
Closing in favor of https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha/-/merge_requests/10
Pull request closed