Commit c86df2e
fix: remove unnecessary wasmtime toolchain dependency from cpp_component and file_ops_actions
The Go-based file_ops wrapper handles file operations directly without needing wasmtime.
Removed wasmtime_toolchain reference from file_ops_actions.bzl and removed the toolchain
dependency from cpp_component rule to fix missing toolchain configuration errors in CI.
This fixes the CI failure: 'toolchain type //toolchains:wasmtime_toolchain_type was
requested but only types [//toolchains:cpp_component_toolchain_type,
//toolchains:file_ops_toolchain_type] are configured'
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent e22d1c4 commit c86df2e
2 files changed
+9
-17
lines changedSome 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 | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | 154 | | |
161 | | - | |
| 155 | + | |
162 | 156 | | |
163 | 157 | | |
164 | 158 | | |
| |||
220 | 214 | | |
221 | 215 | | |
222 | 216 | | |
223 | | - | |
224 | | - | |
225 | 217 | | |
226 | 218 | | |
227 | 219 | | |
| |||
0 commit comments