-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix(ci): add cache cleaning step to prevent 'no space left on device' errors #4513
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
87e1964
fix(ci): add cache cleaning step to prevent 'no space left on device'…
hailaz 8777b52
fix(ci): move cache cleaning step to coverage test section
hailaz baed124
fix(ci): 在 examples 构建前执行 go clean --cache 避免 CI 出现 "no space left on…
hailaz 0d00c5a
fix(ci): 将 go clean --cache 替换为 go clean -x,并在构建后增加清理以避免 CI “no space…
hailaz 08b7c5f
fix(ci): 调整 CI 缓存清理位置与命令
hailaz 09124f1
feat(ci): 添加 workflow_dispatch 的 debug 输入以支持手动触发远程调试
hailaz 0cbf6da
fix(ci): 取消 TMate 会话触发条件,使其在所有事件下启动
hailaz aa2f24b
fix(ci): 禁用 TMate 会话的访问限制以支持所有用户
hailaz 95170d5
fix(ci): 添加 GOPATH 修改步骤以确保 Go 环境正确配置
hailaz 02ef979
fix(ci): 移除 GOPATH 修改步骤以简化 CI 流程
hailaz e722504
ci: test
hailaz 7730929
fix(ci): 更新子 CI 脚本以处理 examples 目录并简化流程
hailaz 6924ca6
fix(ci): 注释掉清理缓存的代码以避免 CI 管道中的空间错误
hailaz 08e231f
fix(ci): 恢复清理缓存的代码以解决 CI 管道中的空间错误
hailaz 0a464a2
fix(ci): 修复 CI 脚本以避免“设备上没有空间”错误,移除不必要的 Docker 清理命令
hailaz c004e11
fix(ci): 修正 CI 脚本中的描述和路径匹配,以提高可读性和准确性
hailaz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.