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