Skip to content

Commit 4c9c8a7

Browse files
committed
fix(conformance): disable Go VCS stamping
1 parent 4d6582e commit 4c9c8a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/conformance

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def start_fixture() -> tuple[tempfile.TemporaryDirectory[str] | None, subprocess
125125
ready_file = Path(tmp.name) / "ready"
126126
fixture_bin = Path(tmp.name) / "protocol-fixture"
127127
build = subprocess.run(
128-
["go", "build", "-o", str(fixture_bin), "./cmd/protocol-fixture"],
128+
["go", "build", "-buildvcs=false", "-o", str(fixture_bin), "./cmd/protocol-fixture"],
129129
cwd=ROOT / "whatevrd",
130130
stdout=subprocess.PIPE,
131131
stderr=subprocess.PIPE,

0 commit comments

Comments
 (0)