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 -- [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/20221005194139.307D81C1577%40moolenaar.net.