Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional Fixes and Improvements #596

Merged
merged 14 commits into from
Nov 15, 2023
Merged

Additional Fixes and Improvements #596

merged 14 commits into from
Nov 15, 2023

Conversation

AndrewKahr
Copy link
Member

@AndrewKahr AndrewKahr commented Nov 15, 2023

Changes

  • Windows now exits with the proper exit codes. This mirrors Ubuntu behavior properly now and means we do not need the error parsing logic to handle error conditions which means we should be back to v2 behavior.
  • Allow customizing image registry/image version
  • Only create the licensing directory on Mac if it doesn't already exist. Don't delete the folder on build complete. This means builds nominally shouldn't need sudo permissions, very useful for self-hosted runners.
  • Pick correct architecture when installing macos editor to support both x86 and arm-based systems

Related Issues

Related PRs

Checklist

  • Read the contribution guide and accept the
    code of conduct
  • Docs (If new inputs or outputs have been added or changes to behavior that should be documented. Please make a PR
    in the documentation repo)
  • Readme (updated or not needed)
  • Tests (added, updated or not needed)

Copy link

Cat Gif

@codecov-commenter
Copy link

Codecov Report

Merging #596 (6d40668) into main (caa0a81) will increase coverage by 0.06%.
The diff coverage is 81.81%.

❗ Current head 6d40668 differs from pull request most recent head e526ef5. Consider uploading reports for the commit e526ef5 to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #596      +/-   ##
==========================================
+ Coverage   37.22%   37.29%   +0.06%     
==========================================
  Files          76       76              
  Lines        3054     3057       +3     
  Branches      610      610              
==========================================
+ Hits         1137     1140       +3     
  Misses       1917     1917              
Files Coverage Δ
src/model/build-parameters.ts 90.00% <ø> (ø)
src/model/image-tag.ts 48.31% <100.00%> (-0.58%) ⬇️
src/model/input.ts 88.27% <100.00%> (+0.33%) ⬆️
src/model/docker.ts 10.63% <0.00%> (ø)
src/model/exec-with-error-check.ts 13.33% <50.00%> (ø)

@dcvz dcvz mentioned this pull request Nov 15, 2023
4 tasks
@AndrewKahr AndrewKahr merged commit 2afd9cd into main Nov 15, 2023
40 checks passed
@AndrewKahr AndrewKahr deleted the additional-fixes branch November 15, 2023 14:17
@GabLeRoux
Copy link
Member

🎉 awesome! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants