Skip to content

Commit

Permalink
[init] don't try to load luarocks loader
Browse files Browse the repository at this point in the history
because it would add shared paths to the load paths
and load dependencies not defined in rover
  • Loading branch information
mikz committed Nov 28, 2017
1 parent 78b860a commit 36f482d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Namespace all APIcast code in `apicast` folder. Possible BREAKING CHANGE for some customizations. [PR #486](https://github.com/3scale/apicast/pull/486)

## Fixed

- Loading installed luarocks from outside rover [PR #503](https://github.com/3scale/apicast/pull/503)

## [3.2.0-alpha1]

## Added
Expand Down
2 changes: 0 additions & 2 deletions gateway/http.d/init.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ init_by_lua_block {
-- require('jit.p').start('vl')
-- require('jit.dump').start('bsx', 'jit.log')

pcall(require, 'luarocks.loader')

require("resty.core")
require('resty.resolver').init()

Expand Down

0 comments on commit 36f482d

Please sign in to comment.