1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update Xcode or Homebrew (apply c86b74dc43) [Bug #16032]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@67730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2019-08-07 10:52:38 +00:00
parent 6bb473ea37
commit b405ad8ed4
2 changed files with 16 additions and 5 deletions

View file

@ -20,8 +20,6 @@ language: c
dist: xenial
osx_image: xcode10.1
git:
quiet: true
@ -47,6 +45,7 @@ addons:
- valgrind
- zlib1g-dev
homebrew:
update: true
packages:
- gdbm
- gmp
@ -237,6 +236,17 @@ env:
- &x86_64-darwin17
name: x86_64-darwin17
osx_image: xcode10.1
<<: *osx
env:
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib
- TEST_ALL_OPTS="--tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx"
# Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727
- JOBS=
- &x86_64-darwin18
name: x86_64-darwin18
osx_image: xcode11
<<: *osx
env:
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib
@ -246,6 +256,7 @@ env:
- &universal-darwin17
name: uinversal.x86_64h-darwin17
osx_image: xcode10.1
<<: *osx
<<: *cron-only
<<: *make-test-only
@ -256,7 +267,7 @@ env:
matrix:
include:
# to reduce time for finishing all jobs, run the slowest osx build first.
- <<: *x86_64-darwin17
- <<: *x86_64-darwin18
- <<: *x86_64-linux
- <<: *i686-linux
- <<: *jemalloc

View file

@ -1,10 +1,10 @@
#define RUBY_VERSION "2.6.3"
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
#define RUBY_PATCHLEVEL 80
#define RUBY_PATCHLEVEL 81
#define RUBY_RELEASE_YEAR 2019
#define RUBY_RELEASE_MONTH 8
#define RUBY_RELEASE_DAY 5
#define RUBY_RELEASE_DAY 7
#include "ruby/version.h"