go-shiori / shiori

Simple bookmark manager built with Go
MIT License
9.28k stars 551 forks source link

chore: check for avx2 processor feature when trying to run bun #920

Closed Monirzadeh closed 4 months ago

Monirzadeh commented 4 months ago

this PR fix style script to update commands if cpu not support avx2 more information https://github.com/oven-sh/bun/issues/762#issuecomment-1186505847 it is test on linux but not on macos

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 30.76%. Comparing base (595cb45) to head (e00f41b). Report is 33 commits behind head on master.

:exclamation: Current head e00f41b differs from pull request most recent head 318b8c3

Please upload reports for the commit 318b8c3 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #920 +/- ## ========================================== + Coverage 25.58% 30.76% +5.18% ========================================== Files 47 60 +13 Lines 5628 4456 -1172 ========================================== - Hits 1440 1371 -69 + Misses 3989 2863 -1126 - Partials 199 222 +23 ```

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