diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-11-13 12:31:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-13 02:31:23 -0700 |
| commit | f05badff2cb2d808695d34dea29ff885c8e21339 (patch) | |
| tree | 492ae719bb460b11099904829b083f2ceae4c7c2 | |
| parent | d2c3d246ed554e2409b573223e5f3679aeb9bf92 (diff) | |
remove JRUBY_OPTS in CI workflow (PR #1819)
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
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' |
