Skip to content

Commit 2ccb097

Browse files
hyperpolymathclaude
andcommitted
fix(ci): add .clusterfuzzlite/Dockerfile symlink -> Containerfile
The google/clusterfuzzlite build_fuzzers action hardcodes the path .clusterfuzzlite/Dockerfile (no filename input); the repo ships the SPDX-headed .clusterfuzzlite/Containerfile, so 'PR (address)' failed: ERROR: failed to read dockerfile: open Dockerfile: no such file Add a tracked symlink Dockerfile -> Containerfile so clusterfuzzlite resolves while the canonical file keeps the house-style Containerfile name (Podman-not-Docker estate rule). Zero blast radius — nothing references .clusterfuzzlite/Containerfile by name. Not a required check; correctness/hygiene only. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d3db97d commit 2ccb097

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.clusterfuzzlite/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Containerfile

0 commit comments

Comments
 (0)