Skip to content

Commit

Permalink
Revert "Test with JIT compiler on latest Ruby"
Browse files Browse the repository at this point in the history
This reverts commit b00329e.

I don't think we have seen any value from running tests with the JIT compiler
enabled.
  • Loading branch information
bquorning committed Apr 26, 2019
1 parent 971328e commit 04aa80d
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 04aa80d

Please sign in to comment.