From 04aa80d483f433118473fa9e9b306b07ce8c724a Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Wed, 10 Apr 2019 12:44:20 +0200 Subject: [PATCH] Revert "Test with JIT compiler on latest Ruby" This reverts commit b00329ebf3542cff2dc1ed3abadfded73f09f356. I don't think we have seen any value from running tests with the JIT compiler enabled. --- .circleci/config.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d32aebde7f1..8b87151e16d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -182,24 +182,6 @@ jobs: steps: *rubocop_steps - # With JIT compiler enabled! - ruby-head-spec-with-jit: - docker: - - image: rubocophq/circleci-ruby-snapshot:latest - environment: - RUBYOPT: '--jit' - <<: *common_env - steps: - *spec_steps - ruby-head-rubocop-with-jit: - docker: - - image: rubocophq/circleci-ruby-snapshot:latest - environment: - RUBYOPT: '--jit' - <<: *common_env - steps: - *rubocop_steps - # JRuby 9.2 jruby-9.2-spec: docker: @@ -311,12 +293,8 @@ workflows: - ruby-head-spec: requires: - cc-setup - - ruby-head-spec-with-jit: - requires: - - cc-setup - ruby-head-ascii_spec - ruby-head-rubocop - - ruby-head-rubocop-with-jit - jruby-9.2-spec: requires: - cc-setup