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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20221009122908.3A6111C065C%40moolenaar.net.