What's Changed
Fixes
Fixes the following issue: a submission that ships a prebuilt/stale executable plus a stub/no-op compile.sh (that doesn't overwrite it) would be scored against the smuggled binary. Note that the gold executable cannot be smuggled, because of a lack of read permissions.
Full Changelog: v1.2.3...v1.2.4
Thanks to @thakkarparth007 for spotting this issue.