[前][次][番号順一覧][スレッド一覧]

ruby-changes:58439

From: Nobuyoshi <ko1@a...>
Date: Sat, 26 Oct 2019 02:56:11 +0900 (JST)
Subject: [ruby-changes:58439] 84b69c520e (master): Edit vm_opts.h for VM options

https://git.ruby-lang.org/ruby.git/commit/?id=84b69c520e

From 84b69c520e8c7cadf510f21f6e1552d063b1dff3 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sat, 26 Oct 2019 02:54:29 +0900
Subject: Edit vm_opts.h for VM options

Revert 46f175ed5c8560b3c9da5ab7b4fa73287f1eb1c5 partially.

Also tool/ruby_vm scripts refer the options in vm_opts.h.

diff --git a/.travis.yml b/.travis.yml
index 0ca6cb5..ce9dcdf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -159,7 +159,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L159
     <<: *cron-only
     <<: *make-test-only
     env:
-      - cppflags=-DOPT_SUPPORT_JOKE
+      - BEFORE_INSTALL="sed vm_opts.h -e 's/OPT_SUPPORT_JOKE *0/OPT_SUPPORT_JOKE 1/' -i"
 
   - &CPDEBUG
     name: CPDEBUG
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]