Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit af6036c

Browse files
authored
Merge pull request #551 from PrimeIntellect-ai/fix/missing-invalidation-type
fix(validator): add missing toploc invalidation type
2 parents 5f0d2fa + abd5c2c commit af6036c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/validator/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ ENV VALIDATOR_PENALTY="1"
2323
ENV USE_GROUPING="false"
2424
ENV BATCH_TRIGGER_SIZE="10"
2525
ENV VALIDATOR_API_KEY=""
26+
ENV TOPLOC_INVALIDATION_TYPE="hard"
27+
ENV WORK_UNIT_INVALIDATION_TYPE="hard"
2628

2729
RUN echo '#!/bin/sh\n\
2830
exec /usr/local/bin/validator \

0 commit comments

Comments
 (0)