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

Speed up spack git clone in docker build #896

Merged
merged 2 commits into from
Jun 26, 2024
Merged

Conversation

mvandenburgh
Copy link
Member

Instead of cloning the full repo and then checking out a specific tag, we can use --depth 1 to only clone the desired tag.

Instead of cloning the full repo and then checking out a specific
tag, we can use `--depth 1` to only clone the desired tag.
@mvandenburgh
Copy link
Member Author

I also tossed 066c716 in to avoid another PR bumping the image agiain, I missed that in #895

@mvandenburgh mvandenburgh merged commit 592288c into main Jun 26, 2024
14 checks passed
@mvandenburgh mvandenburgh deleted the optimize-spack-clone branch June 26, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants