summaryrefslogtreecommitdiffhomepage
path: root/target
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-06-25 07:00:07 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-12 16:21:17 +0900
commite01648b86bf43e2dfc2c8a349cf1e14b322d4086 (patch)
treea521553f0062596f86f18036e615e53a106e24ac /target
parente0c9b53217a47f12b0efd3ce9c2944ef5a551bba (diff)
downloadmruby-e01648b86bf43e2dfc2c8a349cf1e14b322d4086.tar.gz
mruby-e01648b86bf43e2dfc2c8a349cf1e14b322d4086.zip
Stop `CXX_ABI` test with VisualC++.
This combination is too hard to support. Difference between C and C++ is too big with VisualC++. GCC and clang are OK.
Diffstat (limited to 'target')
-rw-r--r--target/appveyor.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/target/appveyor.rb b/target/appveyor.rb
index f866f1ead..2336935c9 100644
--- a/target/appveyor.rb
+++ b/target/appveyor.rb
@@ -28,21 +28,3 @@ MRuby::Build.new do |conf|
conf.enable_bintest
conf.enable_test
end
-
-MRuby::Build.new('cxx_abi') do |conf|
- toolchain :visualcpp
-
- conf.gembox 'full-core'
- # C compiler settings
- conf.cc.flags << "/std:c++latest"
- conf.compilers.each do |c|
- c.defines += %w(MRB_GC_FIXED_ARENA)
- end
- setup_option(conf)
- conf.enable_bintest
- conf.enable_test
-
- enable_cxx_abi
-
- build_mrbc_exec
-end