Install generated captcha executable into app priv #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-7678-build-priv-copy"
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?
Summary
pleroma_captchato 1.0.3.make-generatedpriv/captchaexecutable into Mix's compiled application priv directory viaMix.Project.build_structure().privartifacts while making consumers work without compile overrides.Verification
make clean && MIX_ENV=test mix compile --force && MIX_ENV=test mix test: 3 tests, 0 failures.mix format --check-formattedpassed.mix docspassed with current locked ExDoc/Makeup.mix hex.build --unpack --output /var/folders/8j/dz0ntd7n5x7dqzch0pbtnwfc0000gn/T/opencode/pleroma_captcha-1.0.3-unpackexcludedprivfrom the package._build/test/lib/captcha/priv/captcha, andCaptcha.get/0returned generated captcha data.mix test test/pleroma/captcha_test.exs, 6 tests, 0 failures.lambadalambda referenced this pull request from pleroma/pleroma2026-05-13 18:32:26 +00:00