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: fixed various stuff that were blocking a new out of the box installation only using the GNUmakefile #763

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

eliax1996
Copy link
Contributor

fixed errors that I've encountered by cloning the project from scratch in a new folder and using the GNUmakefile to set it up and running.

…allation only using the `GNUmakefile`

fixed errors that I've encountered by cloning the project from scratch in a new folder and using the `GNUmakefile` to set it up and running.
@eliax1996 eliax1996 requested review from a team as code owners November 24, 2023 15:15
cd requirements && pip-compile --upgrade --resolver=backtracking requirements.in
cd requirements && pip-compile --upgrade --resolver=backtracking requirements-dev.in
cd requirements && pip-compile --upgrade --resolver=backtracking requirements-typing.in
pip-compile --upgrade --resolver=backtracking requirements/requirements.in -o requirements/requirements.txt
Copy link
Contributor

Choose a reason for hiding this comment

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

Note: the reason this breaks is because the use of .ONESHELL:. That feature doesn't exist in the version of make that ships with macs, resulting in diverging behaviors.

Once we have a more complete docker dev env, I'll argue for removing much of the makefile targets that downloads executables and sets up venvs and so on.

@aiven-anton aiven-anton merged commit 691d0a5 into main Nov 27, 2023
8 checks passed
@aiven-anton aiven-anton deleted the eliax1996/fix-gnumake-file branch November 27, 2023 12:48
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