Skip to content

Commit e1eb102

Browse files
mrTuomoKcursoragent
andcommitted
test(docker): drop skip-lint/typecheck from OpenShift image builds
Keep worker cap and hoisted filtered install while testing whether lint and typecheck can run during next build on review pods. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 819ce39 commit e1eb102

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,8 @@ USER default
140140
ENV HUSKY=0
141141
RUN pnpm install --frozen-lockfile --filter ${PROJECT}...
142142
RUN pnpm --filter ${PROJECT} run share-static-hardlink
143-
# OpenShift build pods are memory-constrained. Match GitHub CI build settings and
144-
# limit Next.js static-generation workers (default is 4 parallel child processes).
145-
ENV NEXTJS_IGNORE_ESLINT=1 \
146-
NEXTJS_IGNORE_TYPECHECK=1 \
147-
NEXT_BUILD_CPUS=1 \
143+
# Limit Next.js static-generation workers (default is 4 parallel child processes).
144+
ENV NEXT_BUILD_CPUS=1 \
148145
NEXT_TELEMETRY_DISABLED=1
149146
RUN pnpm --filter ${PROJECT} run build
150147

0 commit comments

Comments
 (0)