Patch 8.2.4092

6 views
Skip to first unread message

Bram Moolenaar

unread,
Jan 14, 2022, 4:29:30 PM1/14/22
to vim...@googlegroups.com

Patch 8.2.4092
Problem: MacOS CI: unnecessarily doing "Install packages".
Solution: Only do "Install packages" for huge build. (Ozaki Kiichi,
closes #9521)
Files: .github/workflows/ci.yml


*** ../vim-8.2.4091/.github/workflows/ci.yml 2022-01-11 13:05:22.215416903 +0000
--- .github/workflows/ci.yml 2022-01-14 21:10:45.032352651 +0000
***************
*** 63,68 ****
--- 63,69 ----
- uses: actions/checkout@v2

- name: Install packages
+ if: matrix.features == 'huge'
run: |
sudo apt update && sudo apt install -y \
autoconf \
*** ../vim-8.2.4091/src/version.c 2022-01-14 20:11:34.917647651 +0000
--- src/version.c 2022-01-14 21:10:18.912491301 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4092,
/**/

--
FIRST GUARD: Ah! Now ... we're not allowed to ...
SIR LAUNCELOT runs him through, grabs his spear and stabs the other
guard who collapses in a heap. Hiccoughs quietly.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

/// 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