Skip to content

Commit

Permalink
Bug 1330602 - Set PATH to Go binary via Dockerfile r=mt
Browse files Browse the repository at this point in the history
Differential Revision: https://nss-review.dev.mozaws.net/D147

--HG--
extra : amend_source : e27fe4b30cdfcbaa29367a01dedcae11d0b06312
  • Loading branch information
Tim Taubert committed Jan 13, 2017
1 parent b1d1035 commit 5b3547a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions automation/taskcluster/docker/Dockerfile
Expand Up @@ -26,8 +26,8 @@ ENV LC_ALL en_US.UTF-8
ENV HOST localhost
ENV DOMSUF localdomain

# Rust
ENV PATH "${PATH}:/home/worker/.cargo/bin/"
# Rust + Go
ENV PATH "${PATH}:/home/worker/.cargo/bin/:/usr/lib/go-1.6/bin"

# Set a default command for debugging.
CMD ["/bin/bash", "--login"]
3 changes: 0 additions & 3 deletions tests/bogo/bogo.sh
Expand Up @@ -39,9 +39,6 @@ bogo_cleanup()
. common/cleanup.sh
}

# Need to add go to the PATH.
export PATH=$PATH:/usr/lib/go-1.6/bin

cd "$(dirname "$0")"
SOURCE_DIR="$PWD"/../..
bogo_init
Expand Down

0 comments on commit 5b3547a

Please sign in to comment.