Skip to content
Snippets Groups Projects

Truncate exit codes larger than 32767

Merged Max Fan requested to merge 456982-truncate-exit-code into master
  1. Apr 19, 2024
    • Max Fan's avatar
      Truncate/Wrap around exit codes larger than 32767 · a7e6de71
      Max Fan authored
      We have some (windows) runners that return any exit code
      Other runners will only return 0..255 exit codes
      
      As windows exit codes might have useful information about the build
      we'll store these codes
      
      Changelog: fixed
      a7e6de71
Loading