ruby-changes:57499
From: Takashi <ko1@a...>
Date: Tue, 3 Sep 2019 01:11:36 +0900 (JST)
Subject: [ruby-changes:57499] 6c3ab99eae (master): Now it's always os: linux
https://git.ruby-lang.org/ruby.git/commit/?id=6c3ab99eae From 6c3ab99eae1fa84dc28635eb90170b03408b94fb Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Tue, 3 Sep 2019 01:11:18 +0900 Subject: Now it's always os: linux diff --git a/.travis.yml b/.travis.yml index 0a94add..02bfc9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,8 @@ https://github.com/ruby/ruby/blob/trunk/.travis.yml#L19 language: c +os: linux + dist: xenial git: @@ -32,7 +34,7 @@ cache: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L34 env: global: - # Reset timestamps early, before updating Homebrew etc. + # Reset timestamps early - _=$(touch NEWS && find . -type f -exec touch -r NEWS {} +) - CONFIGURE_TTY=no - CCACHE_COMPILERCHECK=none @@ -117,14 +119,12 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L119 - &x86_64-linux name: x86_64-linux - os: linux <<: *gcc-8 env: - TEST_MJIT_SYMBOLS=1 # detect exports missing for MJIT - &jemalloc name: --with-jemalloc - os: linux <<: *gcc-8 <<: *cron-only env: @@ -132,7 +132,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L132 - &assertions name: RUBY_DEBUG=1 - os: linux <<: *gcc-8 #<<: *cron-only <<: *make-test-only @@ -142,7 +141,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L141 - &VM_CHECK_MODE name: VM_CHECK_MODE=3 - os: linux <<: *gcc-8 <<: *cron-only <<: *make-test-only @@ -152,7 +150,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L150 - &SUPPORT_JOKE name: SUPPORT_JOKE - os: linux <<: *gcc-8 <<: *cron-only <<: *make-test-only @@ -161,7 +158,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L158 - &WITH_COROUTINE_UCONTEXT name: COROUTINE=ucontext - os: linux <<: *gcc-8 <<: *cron-only env: @@ -169,7 +165,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L165 - &WITH_COROUTINE_COPY name: COROUTINE=copy - os: linux <<: *gcc-8 <<: *cron-only env: @@ -177,7 +172,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L172 - &TOKEN_THREADED_CODE name: TOKEN_THREADED_CODE - os: linux <<: *gcc-8 <<: *cron-only <<: *make-test-only @@ -187,7 +181,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L181 - &CALL_THREADED_CODE name: CALL_THREADED_CODE - os: linux <<: *gcc-8 <<: *cron-only <<: *make-test-only @@ -197,7 +190,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L190 - &NO_THREADED_CODE name: NO_THREADED_CODE - os: linux <<: *gcc-8 <<: *cron-only <<: *make-test-only @@ -207,7 +199,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L199 - &ASAN name: -fsanitize=address - os: linux <<: *clang-8 #<<: *cron-only <<: *make-test-only @@ -223,7 +214,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L214 - &MSAN name: -fsanitize=memory - os: linux <<: *clang-8 #<<: *cron-only <<: *make-test-only @@ -237,7 +227,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L227 - &UBSAN name: -fsanitize=undefined - os: linux <<: *clang-8 #<<: *cron-only <<: *make-test-only @@ -252,7 +241,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L241 - &i686-linux name: i686-linux - os: linux compiler: gcc-8 env: - GCC_FLAGS=-m32 @@ -286,7 +274,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L274 - &pedanticism name: -std=c99 -pedantic - os: linux compiler: clang <<: *make-test-only env: @@ -320,7 +307,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L307 - &rubyspec name: Check ruby/spec version guards on Ruby 2.4 - os: linux language: ruby rvm: 2.4.6 before_install: @@ -333,7 +319,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L319 - &baseruby name: "BASERUBY: Ruby 1.9.3" - os: linux <<: *gcc-8 <<: *make-test-only dist: trusty # xenial no longer has ruby-1.9.3 @@ -346,7 +331,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L331 - &dependency name: Check dependencies in makefiles - os: linux language: ruby before_install: install: -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/