The Wayback Machine - https://web.archive.org/web/20210418215831/https://github.com/topics/makefile
Skip to content
#

makefile

Here are 2,125 public repositories matching this topic...

drewsilcock
drewsilcock commented Nov 30, 2020

I have a build task that takes in variables to decide which platform to build for.

I'm trying to find some way to tell Task that the job is up-to-date using the standard sources checksum plus also checking whether the platform variables have changed.

I can get one to work at a time, but not both as the status commands seem to take precedence over the sources meaning if you specify comman

bake
rednafi
rednafi commented Nov 17, 2019

Currently, if I run bake command when the Bakefile is empty, the error message seems very scary:

Traceback (most recent call last):
  File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/bin/bake", line 8, in <module>
    sys.exit(entrypoint())
  File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/lib/python3.7/site-packages/click/core.py", line 764,
dbinary
dbinary commented May 14, 2020

🐛 Bug Report

I got the error RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.7', when try to first commit.

🔬 How To Reproduce

Steps to reproduce the behavior:

  1. cookiecutter gh:TezRomacH/python-package-template
  2. Follow instructions
  3. After git add, git commit and get the error.

Code sample

git commit -m ":tada: Initia

Improve this page

Add a description, image, and links to the makefile topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the makefile topic, visit your repo's landing page and select "manage topics."

Learn more