[vim/vim] use gcc builds on arm64 as well (Mac m1) (PR #11263)

已查看 28 次
跳至第一个未读帖子

Philip H.

未读,
2022年10月3日 13:01:282022/10/3
收件人 vim/vim、Subscribed

You can view, comment on, or merge this pull request online at:

  https://github.com/vim/vim/pull/11263

Commit Summary

  • 05e65ff use gcc builds on arm64 as well (Mac m1)

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/11263@github.com>

codecov[bot]

未读,
2022年10月3日 13:28:302022/10/3
收件人 vim/vim、Subscribed

Codecov Report

Merging #11263 (05e65ff) into master (eb47d6d) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@

##           master   #11263   +/-   ##

=======================================

  Coverage   81.84%   81.85%           

=======================================

  Files         162      162           

  Lines      189078   189078           

  Branches    42996    42996           

=======================================

+ Hits       154757   154770   +13     

+ Misses      21774    21754   -20     

- Partials    12547    12554    +7     
Flag Coverage Δ
huge-clang-none 82.73% <ø> (-0.01%) ⬇️
huge-gcc-none 54.67% <ø> (-0.01%) ⬇️
huge-gcc-testgui 53.11% <ø> (-0.01%) ⬇️
huge-gcc-unittests 0.29% <ø> (ø)
linux 82.51% <ø> (-0.01%) ⬇️
mingw-x64-HUGE 76.51% <ø> (-0.01%) ⬇️
mingw-x86-HUGE 77.39% <ø> (+0.01%) ⬆️
windows 78.17% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/if_xcmdsrv.c 76.70% <0.00%> (-0.53%) ⬇️
src/netbeans.c 72.30% <0.00%> (-0.15%) ⬇️
src/spellfile.c 80.42% <0.00%> (-0.14%) ⬇️
src/search.c 85.10% <0.00%> (-0.09%) ⬇️
src/terminal.c 77.64% <0.00%> (-0.09%) ⬇️
src/channel.c 83.78% <0.00%> (-0.05%) ⬇️
src/normal.c 90.96% <0.00%> (+0.03%) ⬆️
src/gui.c 72.97% <0.00%> (+0.04%) ⬆️
src/regexp_nfa.c 89.80% <0.00%> (+0.06%) ⬆️
src/misc2.c 89.35% <0.00%> (+0.09%) ⬆️
... and 4 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/11263/c1265792893@github.com>

Bram Moolenaar

未读,
2022年10月5日 15:41:482022/10/5
收件人 vim/vim、Subscribed

Closed #11263 via 3ff71cd.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/11263/issue_event/7528005862@github.com>

ichizok

未读,
2022年10月5日 16:37:412022/10/5
收件人 vim/vim、Subscribed

Pre-installed gcc (/usr/bin/gcc) is identical to clang.

https://cirrus-ci.com/task/5570503493550080 (at "Run build" phase)

gcc --version
Apple clang version 14.0.0 (clang-1400.0.29.201)
Target: arm64-apple-darwin22.1.0
Thread model: posix
InstalledDir: /Applications/Xcode-14.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/11263/c1268947136@github.com>

Bram Moolenaar

未读,
2022年10月5日 17:16:202022/10/5
收件人 vim/vim、Subscribed


> Pre-installed gcc (`/usr/bin/gcc`) is identical to clang.

>
> https://cirrus-ci.com/task/5570503493550080 (at "Run build" phase)
>
> ```
> gcc --version
> Apple clang version 14.0.0 (clang-1400.0.29.201)
> Target: arm64-apple-darwin22.1.0
> Thread model: posix
> InstalledDir: /Applications/Xcode-14.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
> ```

Does this mean nobody uses the real gcc on this platform?
Then there is no point in running tests with it.

--
Facepalm statement #4: "3000 year old graves? That's not possible, it's only
2014!"

/// Bram Moolenaar -- ***@***.*** -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/11263/c1268985184@github.com>

ichizok

未读,
2022年10月6日 06:40:332022/10/6
收件人 vim/vim、Subscribed

Does this mean nobody uses the real gcc on this platform?
Then there is no point in running tests with it.

Yes; referred at #9326.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/11263/c1269784244@github.com>

Bram Moolenaar

未读,
2022年10月11日 04:37:472022/10/11
收件人 vim/vim、Subscribed


> > Does this mean nobody uses the real gcc on this platform?
> > Then there is no point in running tests with it.
>
> Yes; referred at #9326.

Obviously we forgot about that.

Can we revert the change or is there still something useful in it?
We should at least add a comment to avoid this from happening again.

--
Facepalm statement #8: "Drive faster, the petrol is running out"


/// Bram Moolenaar -- ***@***.*** -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/11263/c1274315041@github.com>

回复全部
回复作者
转发
0 个新帖子