Patch 9.0.0668

2 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 5, 2022, 3:45:07 PM10/5/22
to vim...@googlegroups.com

Patch 9.0.0668
Problem: CI on Mac M1 only uses clang
Solution: Also run with gcc. (closes #11263)
Files: .cirrus.yml


*** ../vim-9.0.0667/.cirrus.yml 2022-09-26 20:17:22.388415107 +0100
--- .cirrus.yml 2022-10-05 20:39:52.692458470 +0100
***************
*** 27,38 ****
- sudo -u cirrus make test

macos_task:
! name: macOS m1
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
timeout_in: 20m
install_script:
- - uname -a
- brew update
- brew install gettext libtool
build_script:
--- 27,53 ----
- sudo -u cirrus make test

macos_task:
! name: macOS (arm64 gcc)
! macos_instance:
! image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
! timeout_in: 20m
! install_script:
! - brew update
! - brew install gettext libtool
! build_script:
! - NPROC=$(getconf _NPROCESSORS_ONLN)
! - ./configure --with-features=${FEATURES}
! - make -j${NPROC}
! test_script:
! - src/vim --version
! - make test
!
! macos_task:
! name: macOS (arm64 clang)
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
timeout_in: 20m
install_script:
- brew update
- brew install gettext libtool
build_script:
*** ../vim-9.0.0667/src/version.c 2022-10-05 18:25:26.937192709 +0100
--- src/version.c 2022-10-05 20:39:37.200500831 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 668,
/**/

--
Facepalm statement #1: "I'm going to New York tomorrow, hopefully I have time
to visit the White House"

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