GithubHelp home page GithubHelp logo

johnmq / heroku-buildpack-rust Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emk/heroku-buildpack-rust

1.0 3.0 0.0 246 KB

A new, from-scratch buildpack for Rust applications on Heroku.

Shell 100.00%

heroku-buildpack-rust's Introduction

This is a replacement for Eric Fode's excellent heroku-buildpack-rust, but with support for recent Rust nightly builds and Cargo. The intention is that this will involve into a production-quality, supported buildpack as Rust and Cargo mature.

Tracking dependencies with Cargo

This is now the supported way of using this buildpack. For instructions and example code, see Deploying Rust applications to Heroku, with example code for Iron and heroku-rust-cargo-hello.

The older support for git submodule-based projects is deprecated, and will be phased out at some point.

Development notes

If you need to tweak this buildpack, the following information may help.

Testing with Vagrant

To test changes to the buildpack using the included Vagrantfile, run:

cp -a ../heroku-rust-cargo-hello . # Or whatever you want to test.
vagrant up
vagrant ssh
cd /vagrant
mkdir cache
bin/compile `pwd`/heroku-rust-cargo-hello `pwd`/cache

# Then make sure there are no Rust-related *.so files getting linked:
ldd heroku-rust-cargo-hello/target/hello

This gives you a system a lot like Heroku's Cedar stack, except that you can debug it locally.

Testing with Anvil

You can also test this buildpack using heroku-anvil, which is almost the same as Heroku's regular build environment.

heroku plugins:install https://github.com/ddollar/heroku-anvil
cd heroku-rust-cargo-hello
heroku build -b ../heroku-buildpack-rust

heroku-buildpack-rust's People

Contributors

emk avatar waterlink avatar ryman avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.