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

Add '--depth 1' parament for fix cloning musl randomly fail #164

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

OuyangHang33
Copy link
Contributor

@OuyangHang33 OuyangHang33 commented Mar 6, 2024

Fix: #166
Fix cloning musl randomly fail.

Add parament for accelerating git clone speed and CI build speed to avoid clone fail.
git submodule update --init --recursive --depth 1

--depth 1 means create a shallow clone with a history truncated to the specified number of commits, here is 1.

@OuyangHang33 OuyangHang33 merged commit 7f0ce1d into intel:main Mar 7, 2024
7 of 8 checks passed
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.

When CI cloning 'musl' will meet random fail
2 participants