google / j2cl

Java to Closure JavaScript transpiler
Apache License 2.0
1.22k stars 143 forks source link

Run Github workflows with `-c opt` #246

Closed kevinoconnor7 closed 3 weeks ago

kevinoconnor7 commented 3 weeks ago

This should shrink the action artifacts by quite a bit, hopefully buying us some headroom with the default Github runners, which are currently running out of disk space.

This will make compile times a bit longer (%5 on my M1 Pro), but this might be recovered by the smaller cache sizes. Currently transferring the action artifact cache takes about 1-1.5 minutes to download and about the same amount to upload.