Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Install the build from the cache #2568

Merged
merged 11 commits into from
Sep 20, 2022
2 changes: 1 addition & 1 deletion e2e/utils/_.bash
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ standard_setup() {
x=$(mktemp -d -t dfx-e2e-XXXXXXXX)
export E2E_TEMP_DIR="$x"

cache_root="${E2E_CACHE_ROOT:-$x/cache-root}"
cache_root="${E2E_CACHE_ROOT:-"$HOME/.e2e-cache-root"}"

mkdir "$x/working-dir"
mkdir -p "$cache_root"
Expand Down