forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR bioconda#19541, commits were: * try to cache rust builds * Update sourmash to 3.0.1
- Loading branch information
1 parent
ff95915
commit f60ed59
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,12 @@ set -o xtrace -o nounset -o pipefail -o errexit | |
if [ "$(uname)" == "Darwin" ]; then | ||
|
||
# apparently the HOME variable isn't set correctly | ||
export HOME=$(mktemp -d) | ||
export HOME="/Users/distiller" | ||
|
||
# according to https://github.com/rust-lang/cargo/issues/2422#issuecomment-198458960 removing circle ci default configuration solves cargo trouble downloading crates | ||
git config --global --unset url.ssh://[email protected] || true | ||
fi | ||
|
||
export RUSTC_WRAPPER=$(which sccache) | ||
|
||
$PYTHON -m pip install --no-deps --ignore-installed -vv . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters