hylo-lang / Swifty-LLVM

Swifty interface for the LLVM compiler infrastructure.
Apache License 2.0
28 stars 5 forks source link

Dev container: smaller docker images #39

Closed dabrahams closed 8 months ago

dabrahams commented 8 months ago

Download only the elements needed for the target architecture.

Requires --network=host passed to docker build if not using a devcontainer to build the image.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.71%. Comparing base (9834afc) to head (00bc8e6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #39 +/- ## ======================================= Coverage 85.71% 85.71% ======================================= Files 14 14 Lines 196 196 ======================================= Hits 168 168 Misses 28 28 ``` | [Flag](https://app.codecov.io/gh/hylo-lang/Swifty-LLVM/pull/39/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hylo-lang) | Coverage Δ | | |---|---|---| | [debug](https://app.codecov.io/gh/hylo-lang/Swifty-LLVM/pull/39/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hylo-lang) | `85.71% <ø> (ø)` | | | [macos-latest](https://app.codecov.io/gh/hylo-lang/Swifty-LLVM/pull/39/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hylo-lang) | `85.71% <ø> (ø)` | | | [release](https://app.codecov.io/gh/hylo-lang/Swifty-LLVM/pull/39/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hylo-lang) | `85.71% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hylo-lang#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.