Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Restore pip-compile invocation #875

Merged
merged 1 commit into from
May 13, 2024

Conversation

aiven-anton
Copy link
Contributor

In eb9ee31, pip-compile was changed to no longer cd into the requirements directory. The reason for this change was because of the use of ONESHELL which causes diverging behavior in environments with make versions that don't yet support this mode.

This commit reverts the removal of the cd invocations, and additionally removes the ONESHELL option which should make behavior aligned across dev envs.

About this change - What it does

References: #xxxxx

Why this way

In eb9ee31, pip-compile was changed to
no longer cd into the requirements directory. The reason for this change
was because of the use of `ONESHELL` which causes diverging behavior in
environments with make versions that don't yet support this mode.

This commit reverts the removal of the `cd` invocations, and
additionally removes the `ONESHELL` option which should make behavior
aligned across dev envs.
Copy link
Contributor

@eliax1996 eliax1996 left a comment

Choose a reason for hiding this comment

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

LGTM

@eliax1996 eliax1996 enabled auto-merge May 13, 2024 13:53
@eliax1996 eliax1996 merged commit 38a9ed3 into main May 13, 2024
8 checks passed
@eliax1996 eliax1996 deleted the aiven-anton/restore-compile-command-cd branch May 13, 2024 14:12
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