Commit 527685b
fix: update runfiles path to match renamed file_ops directory
The main.go file was still looking for the AOT artifact at the old
tools/file_ops_external path. This caused runfiles initialization
to fail in hermetic sandboxes where the file_ops binary couldn't find
its dependencies.
Update the Rlocation path from:
- "_main/tools/file_ops_external/file_ops_aot.cwasm"
to:
- "_main/tools/file_ops/file_ops_aot.cwasm"
Fixes CI failures with: "Failed to initialize runfiles: runfiles: no runfiles found"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 60732f6 commit 527685b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments