Commit f20444c
fix: repair verifier env for 2 ccb_feature tasks
servo-scrollend-event-feat-001:
- Add `clang` to Dockerfile + Dockerfile.sg_only apt install
- mozangle build script needs libclang.so.* (shared lib); libclang-dev
only provides the static lib and headers — clang package adds the SO
vscode-stale-diagnostics-feat-001:
- Add libxkbfile-dev + libx11-dev to Dockerfile so native-keymap
compiles cleanly during npm install
- Replace `npx tsc` with `./node_modules/.bin/tsc` in test.sh (3 sites)
to prevent npx auto-installing tsc@2.0.4 instead of the project's tsc
Both tasks were classified completed_fail due to environment bugs, not
agent difficulty. Agents made code changes; verifier toolchain was broken.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2624921 commit f20444c
File tree
4 files changed
+7
-3
lines changed- benchmarks/ccb_feature
- servo-scrollend-event-feat-001/environment
- vscode-stale-diagnostics-feat-001
- environment
- tests
4 files changed
+7
-3
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments