summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-11-13 12:31:23 +0300
committerGitHub <noreply@github.com>2020-11-13 02:31:23 -0700
commitf05badff2cb2d808695d34dea29ff885c8e21339 (patch)
tree492ae719bb460b11099904829b083f2ceae4c7c2
parentd2c3d246ed554e2409b573223e5f3679aeb9bf92 (diff)
remove JRUBY_OPTS in CI workflow (PR #1819)
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2b78aab2..3e08caf7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -57,7 +57,6 @@ jobs:
primary: true
runs-on: ${{ matrix.os }}
env:
- JRUBY_OPTS: '-J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-Xss2m -Xcompile.invokedynamic=false'
MENTOS_TIMEOUT: 30 # give pygments.rb calls more time to execute (in seconds)
PYGMENTS_VERSION: '~> 1.2.0' # test runner will automatically disable Pygments tests on JRuby for Windows
RGHOST_VERSION: '0.9.7'