To: vim_dev@googlegroups.com Subject: Patch 8.2.4092 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///