#tracing builds steps back to source code
1 messages · Page 1 of 1 (latest)
also noticing that when there is an error during a build, that the stdio lines that were printed have been erased, so I cannot see my own debug prints
ok, this is real bizarre, wondering if some cache issue is at play here
- change a value to switch to a different case
- builds look to still be using old case, failing
- comment out the case
- build now passes
(sidenote PSA, don't let devs convince you alpine+glibc is a good idea 🤦 )
ok, nm, the error is obvious now that I look at the commit diff
🙈 🤦