Patch 9.0.0704

5 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 9, 2022, 8:29:21 AM10/9/22
to vim...@googlegroups.com

Patch 9.0.0704
Problem: CI runs "tiny" and "small" builds, which are the same.
Solution: Remove the "small" build. (Naruhiko Nishino, closes #11315)
Files: .github/workflows/ci.yml


*** ../vim-9.0.0703/.github/workflows/ci.yml 2022-09-26 15:52:42.839254997 +0100
--- .github/workflows/ci.yml 2022-10-09 13:26:14.895903465 +0100
***************
*** 33,39 ****
strategy:
fail-fast: false
matrix:
! features: [tiny, small, normal, huge]
compiler: [clang, gcc]
extra: [none]
include:
--- 33,39 ----
strategy:
fail-fast: false
matrix:
! features: [tiny, normal, huge]
compiler: [clang, gcc]
extra: [none]
include:
***************
*** 125,131 ****
echo "TMPDIR=${{ runner.temp }}"

case "${{ matrix.features }}" in
! tiny|small)
echo "TEST=testtiny"
if ${{ contains(matrix.extra, 'nogui') }}; then
echo "CONFOPT=--disable-gui"
--- 125,131 ----
echo "TMPDIR=${{ runner.temp }}"

case "${{ matrix.features }}" in
! tiny)
echo "TEST=testtiny"
if ${{ contains(matrix.extra, 'nogui') }}; then
echo "CONFOPT=--disable-gui"
*** ../vim-9.0.0703/src/version.c 2022-10-09 12:55:29.590190644 +0100
--- src/version.c 2022-10-09 13:27:53.543818757 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 704,
/**/

--
GUARD #1: What, ridden on a horse?
ARTHUR: Yes!
GUARD #1: You're using coconuts!
ARTHUR: What?
GUARD #1: You've got two empty halves of coconut and you're bangin' 'em
together.
The Quest for the Holy Grail (Monty Python)

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