grim/convey

closing merged branch
hostnames
2017-10-13, Gary Kramlich
33eae19fcbbe
file isExecutable
closing merged branch
#!/bin/bash
set -ex
# Pull in the rustup environment, this sets up the cargo
# environment and is installed in the image we're basing
# this one on.
source $HOME/.cargo/env
# Go to the workspace directory and run the build
cd $CONVEY_WORKSPACE
cargo build $@