vapor-community / heroku-buildpack

Heroku buildpack for Swift
BSD 3-Clause "New" or "Revised" License
141 stars 58 forks source link

Add support for heroku-18 #33

Closed vzsg closed 5 years ago

vzsg commented 5 years ago

With LLVM 7.0.1, there is now a build of clang available for 14.04, 16.04 and 18.04 as well. With a version bump and a tiny incision, the buildpack now supports the heroku-18 stack out of the box.

Resolves #31.