Skip to content

ci: fix ci.sh by creating build.mk in one place

adam requested to merge wip/adamse/ci.sh-simplification into master
ci: fix ci.sh by creating build.mk in one place

Previously `prepare_build_mk` created a build.mk that was overwritten right
after.

This makes the BIGNUM_BACKEND choice take effect, fixing #19953, and
causing the metric increase below in the integer-simple job.

Metric Increase:
    space_leak_001
Edited by adam

Merge request reports