Skip to content

Comments

uv regressions#48

Merged
frafra merged 2 commits intomainfrom
uv-regressions
Jun 11, 2025
Merged

uv regressions#48
frafra merged 2 commits intomainfrom
uv-regressions

Conversation

@frafra
Copy link
Collaborator

@frafra frafra commented Jun 11, 2025

@emilte FYI

@frafra frafra merged commit a3ab72b into main Jun 11, 2025
12 checks passed

FROM base AS production
RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --locked --group prod
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspected that this might be needed. Good catch!
I was wondering about that group, is there any benefit to having it separated? Could we just move the dependencies into the normal list?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If so, this step could be skipped

RUN --mount=type=cache,target=/root/.cache/uv \
--mount=type=cache,target=/root/.cache/ms-playwright \
uv sync --locked && \
uv sync --locked --group dev && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you experience any change with this or was it for better overview?
I believe dev is automatically included uv-regressions

@emilte emilte deleted the uv-regressions branch June 11, 2025 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants