Skip to content

Commit e4f81bd

Browse files
sjarmakclaude
andcommitted
fix: add libudev-dev to servo Dockerfile + mark 92 DaytonaError runs invalid
- Add libudev-dev to servo-scrollend-event-feat-001 Dockerfile and Dockerfile.sg_only (needed by libudev-sys Rust crate for pkg-config libudev.pc lookup) - Mark 80 DaytonaError trial dirs with __invalid_daytona_error marker files (DaytonaErrors have None tokens but _has_agent_output() returned True, causing them to supersede good results in MANIFEST dedup by timestamp) - Mark 12 RewardFileNotFoundError/AgentSetupTimeoutError MCP runs as invalid - Regenerate MANIFEST: ccb_feature 0 errored (was 10), ccb_refactor 0 errored - Add docs/official_results/traces/ to .gitignore (OAuth tokens in agent traces) - Include retrieval_events and docs/official_results updates from prior sessions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c5307d0 commit e4f81bd

File tree

3,282 files changed

+739926
-1115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,282 files changed

+739926
-1115
lines changed

benchmarks/ccb_feature/servo-scrollend-event-feat-001/environment/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1313
pkg-config \
1414
libclang-dev \
1515
clang \
16+
libudev-dev \
1617
&& rm -rf /var/lib/apt/lists/*
1718

1819
# Create claude user and writable work dirs before clone.

benchmarks/ccb_feature/servo-scrollend-event-feat-001/environment/Dockerfile.sg_only

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1414
curl \
1515
libclang-dev \
1616
clang \
17+
libudev-dev \
1718
&& rm -rf /var/lib/apt/lists/*
1819

1920
WORKDIR /workspace

0 commit comments

Comments
 (0)