[vim/vim] CI: ubuntu 22.04, gcc12 and lua5.4 (PR #11092)

16 views
Skip to first unread message

Philip H.

unread,
Sep 9, 2022, 3:18:58 AM9/9/22
to vim/vim, Subscribed

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

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

Commit Summary

  • bed6d03 CI: ubuntu 22.04 and gcc12
  • 0ddc16c pin version: python-dev -> python2-dev
  • 1a2f0ca update lua5.3 -> lua5.4

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/11092@github.com>

codecov[bot]

unread,
Sep 9, 2022, 3:27:48 AM9/9/22
to vim/vim, Subscribed

Codecov Report

Merging #11092 (1a2f0ca) into master (c572ad5) will increase coverage by 0.92%.
The diff coverage is n/a.

@@            Coverage Diff             @@

##           master   #11092      +/-   ##

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

+ Coverage   81.75%   82.67%   +0.92%     

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

  Files         162      148      -14     

  Lines      188186   174433   -13753     

  Branches    42823    39438    -3385     

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

- Hits       153848   144210    -9638     

+ Misses      21821    17572    -4249     

- Partials    12517    12651     +134     
Flag Coverage Δ
huge-clang-none 82.67% <ø> (-0.01%) ⬇️
huge-gcc-none ?
huge-gcc-testgui ?
huge-gcc-unittests ?
linux 82.67% <ø> (+0.21%) ⬆️
mingw-x64-HUGE ?
mingw-x64-HUGE-gui ?
windows ?

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

Impacted Files Coverage Δ
src/highlight.c 78.36% <0.00%> (-2.76%) ⬇️
src/clipboard.c 71.97% <0.00%> (-2.72%) ⬇️
src/misc2.c 86.71% <0.00%> (-2.61%) ⬇️
src/buffer.c 84.14% <0.00%> (-2.60%) ⬇️
src/help.c 80.03% <0.00%> (-2.34%) ⬇️
src/time.c 88.16% <0.00%> (-2.30%) ⬇️
src/session.c 63.15% <0.00%> (-1.94%) ⬇️
src/vim9cmds.c 84.53% <0.00%> (-1.70%) ⬇️
src/filepath.c 80.15% <0.00%> (-1.68%) ⬇️
src/textformat.c 84.49% <0.00%> (-1.66%) ⬇️
... and 141 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/11092/c1241606015@github.com>

Philip H.

unread,
Nov 1, 2022, 8:12:19 AM11/1/22
to vim/vim, Push

@pheiduck pushed 1 commit.

  • 0fff9b4 rm: ubuntu-toolchain-r/test


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/11092/push/11516270154@github.com>

Philip H.

unread,
Nov 14, 2022, 4:22:32 PM11/14/22
to vim/vim, Push

@pheiduck pushed 1 commit.

  • 5c268f8 Merge branch 'vim:master' into ubuntu2204/gcc12

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

Philip H.

unread,
Jan 4, 2023, 3:38:07 PM1/4/23
to vim/vim, Push

@pheiduck pushed 1 commit.

  • d26b86f Merge branch 'vim:master' into ubuntu2204/gcc12

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

Philip H.

unread,
Jan 22, 2023, 7:17:00 PM1/22/23
to vim/vim, Push

@pheiduck pushed 1 commit.

  • 13aaf36 Merge branch 'vim:master' into ubuntu2204/gcc12

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

Philip H.

unread,
Feb 7, 2023, 2:48:00 AM2/7/23
to vim/vim, Push

@pheiduck pushed 1 commit.

  • 3453406 Merge branch 'master' into ubuntu2204/gcc12

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

Philip H.

unread,
Feb 16, 2023, 4:43:11 AM2/16/23
to vim/vim, Push

@pheiduck pushed 1 commit.

  • 12b39f0 fixup: make version bumps easier for gcc and clang

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

Philip H.

unread,
Apr 10, 2023, 11:46:11 AM4/10/23
to vim/vim, Push

@pheiduck pushed 1 commit.

  • 5566cd6 Merge branch 'vim:master' into ubuntu2204/gcc12

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

Philip H.

unread,
Apr 10, 2023, 11:50:43 AM4/10/23
to vim/vim, Push

@pheiduck pushed 1 commit.

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

ichizok

unread,
Apr 19, 2023, 11:59:12 PM4/19/23
to vim/vim, Subscribed

@ichizok commented on this pull request.


In .github/workflows/ci.yml:

>          if:  matrix.compiler == 'gcc'
         run: |
-          sudo apt install -y gcc-11
-          sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100
-          sudo update-alternatives --set gcc /usr/bin/gcc-11
+          GCC_VER=12

I think should set GCC_VER (and CLANG_VER) at env: (L22~) section; since it enable to describe name of the step as Install gcc-${{ env.GCC_VER }}.


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/11092/review/1393170290@github.com>

Philip H.

unread,
Apr 20, 2023, 11:45:35 AM4/20/23
to vim/vim, Push

@pheiduck pushed 1 commit.

  • 48869ac refactoring: gcc and clang version pinning

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

Philip H.

unread,
Apr 20, 2023, 12:19:37 PM4/20/23
to vim/vim, Push

@pheiduck pushed 1 commit.

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

Philip H.

unread,
Apr 20, 2023, 12:25:00 PM4/20/23
to vim/vim, Push

@pheiduck pushed 1 commit.

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

Philip H.

unread,
Apr 20, 2023, 12:26:09 PM4/20/23
to vim/vim, Subscribed

@pheiduck commented on this pull request.


In .github/workflows/ci.yml:

>          if:  matrix.compiler == 'gcc'
         run: |
-          sudo apt install -y gcc-11
-          sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100
-          sudo update-alternatives --set gcc /usr/bin/gcc-11
+          GCC_VER=12

Done!


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/11092/review/1394366252@github.com>

Philip H.

unread,
Apr 20, 2023, 12:29:12 PM4/20/23
to vim/vim, Subscribed

cloud be ready right? @brammool @ichizok


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/11092/c1516622099@github.com>

ichizok

unread,
Apr 20, 2023, 12:54:32 PM4/20/23
to vim/vim, Subscribed

@ichizok approved this pull request.


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/11092/review/1394412970@github.com>

Bram Moolenaar

unread,
Apr 21, 2023, 2:52:16 PM4/21/23
to vim/vim, Subscribed

Closed #11092 via 9be736f.


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/11092/issue_event/9070229743@github.com>

Reply all
Reply to author
Forward
0 new messages