Commit 8a8355a
fix(ci): pin goosefs-sdk to 0.1.5 (#7798)
Pins goosefs-sdk to 0.1.5 because 0.1.6 fails to compile on Linux due to
a missing std::ffi::CString import. This pin can be removed once
upstream publishes a fixed release.
```
error[E0433]: cannot find type `CString` in this scope
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goosefs-sdk-0.1.6/src/cache/store/uring/store.rs:314:23
|
314 | let cstring = CString::new(path)
| ^^^^^^^ use of undeclared type `CString`
```
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Bug Fixes**
* Updated GooseFS integration to use a compatible SDK version, improving
reliability for supported storage operations.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: zhangyue19921010 <zhangyue.1010@bytedance.com>1 parent 31a1e50 commit 8a8355a
5 files changed
Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | | - | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
0 commit comments