MichalStrehovsky / sizegame

Compare binary sizes of canonical Hello World in 18 different languages
210 stars 17 forks source link

Automate grabbing compiler versions #13

Open MichalStrehovsky opened 1 year ago

MichalStrehovsky commented 1 year ago

At some point we should update the build scripts to automatically get the version of the compiler so that it doesn't have to be hardcoded like

https://github.com/MichalStrehovsky/sizegame/blob/b4cf66f352048f5a7daf165f5d112ee2e158f762/.github/workflows/ci.yml#L21

https://github.com/MichalStrehovsky/sizegame/blob/b4cf66f352048f5a7daf165f5d112ee2e158f762/.github/workflows/ci.yml#L118

It's annoying to maintain like this.