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

Chore: Update to use most recent Makefile from crate-docs #567

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Conversation

amotl
Copy link
Member

@amotl amotl commented Jan 23, 2025

Well, let's use Python 3 today.

$ make dev
/bin/sh: python: command not found
Makefile:92: *** No build version specified in `build.json`..  Stop.
-    python -c 'import json, sys; print(json.load(sys.stdin)["message"])')
+    python3 -c 'import json, sys; print(json.load(sys.stdin)["message"])')

NB: Makefile has been copied from its designated original source, where it is maintained. There is currently no automation to distribute it to downstream projects, because updates are rare.

@amotl amotl requested review from kneth and surister January 23, 2025 19:58
Well, let's use Python 3 today.

$ make dev
/bin/sh: python: command not found
Makefile:92: *** No build version specified in `build.json`..  Stop.
@amotl amotl marked this pull request as ready for review January 23, 2025 20:02
@amotl amotl merged commit 69da774 into main Jan 24, 2025
8 checks passed
@amotl amotl deleted the fix-make-dev branch January 24, 2025 12: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