Skip to content

Commit

Permalink
Merge pull request #6971 from bquorning/no-jit
Browse files Browse the repository at this point in the history
Revert "Test with JIT compiler on latest Ruby"
  • Loading branch information
koic committed Apr 26, 2019
2 parents 971328e + 04aa80d commit 6c0ea04
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .circleci/config.yml
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 6c0ea04

Please sign in to comment.