aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-09-01 16:31:09 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-09-01 16:31:15 +0900
commitcda5745c1bacdb3be8384d21ee0dd70a9d95af5b (patch)
tree877aea4288cf3dce2fe768cbc20540d9de80c424 /.travis.yml
parentea84a680755b5a7fa700618cbe78e3b2fc7be01d (diff)
downloadruby-cda5745c1bacdb3be8384d21ee0dd70a9d95af5b.tar.gz
Automatically detect missing symbols
which are usually optimized away by -O3. This CI can detect missing exports like ea84a680755b5a7fa700618cbe78e3b2fc7be01d which was needed for 761346a9604ca2c79777d1d67fb5dcc3c30dbf69.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6a90720184..b7f1addf29 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -143,6 +143,8 @@ env:
name: x86_64-linux
os: linux
<<: *gcc-8
+ env:
+ - TEST_MJIT_SYMBOLS=1 # detect exports missing for MJIT
- &jemalloc
name: --with-jemalloc