Patch 9.0.1253

4 views
Skip to first unread message

Bram Moolenaar

unread,
Jan 28, 2023, 5:44:37 AM1/28/23
to vim...@googlegroups.com

Patch 9.0.1253
Problem: CI adds repository unnecessarily.
Solution: Remove the line from the workflow. (closes #11900)
Files: .github/workflows/ci.yml


*** ../vim-9.0.1252/.github/workflows/ci.yml 2022-12-30 17:41:12.736064711 +0000
--- .github/workflows/ci.yml 2023-01-28 10:42:41.109119887 +0000
***************
*** 96,102 ****
- name: Install gcc-11
if: matrix.compiler == 'gcc'
run: |
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test
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
--- 96,101 ----
*** ../vim-9.0.1252/src/version.c 2023-01-28 10:28:05.206125799 +0000
--- src/version.c 2023-01-28 10:43:26.845103256 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1253,
/**/

--
hundred-and-one symptoms of being an internet addict:
56. You leave the modem speaker on after connecting because you think it
sounds like the ocean wind...the perfect soundtrack for "surfing the net".

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages