Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Finish removing pyenv from builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher MacGown committed Oct 25, 2017
1 parent 204323a commit 335a257
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions builder/build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash
set -euo pipefail
export CARGO_TARGET_DIR=$(mktemp -d)
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"

(
if [[ $# -gt 0 ]]; then
yum install -y "$@"
Expand Down

0 comments on commit 335a257

Please sign in to comment.