Skip to content

Commit

Permalink
Merge pull request #1457 from chef/sr/pin-openresty-1.11.2.1
Browse files Browse the repository at this point in the history
omnibus: pin openresty 1.11.2.1
  • Loading branch information
rhass authored Feb 1, 2018
2 parents 4425ea7 + 03fce8f commit 055ebd1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions omnibus_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@
override :rubygems, version: "2.6.13"
# This SHA is the last commit before the 6.0 release
override :'berkshelf-no-depselector', version: '6016ca10b2f46508b1b107264228668776f505d9'

# Note 2018/02/01 (sr): This is related to issue #1417:
# This is the last version that supports --with-lua51=PATH, which allows us to
# build it with lua on ppc64[le] and s390x. Those platforms are not supported
# in mainline luajit. There's forks for ppc64, and s390x, but going forward with
# those was so far blocked by ppc64 not being supported even with the PPC64
# fork.
override :openresty, version: "1.11.2.1"

0 comments on commit 055ebd1

Please sign in to comment.