We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Saw this while building python-pyjq on D24:
python-pyjq
make[3]: Entering directory '/tmp/pscheduler/python-pyjq/unibuild-work/build/pyjq' make[3]: python3-config: No such file or directory
Adding a dependency on python3-dev in control-ubuntu-24 fixed that. Need to check if this happens on our other supported Debian and Ubuntu flavors.
python3-dev
control-ubuntu-24
Also, the build didn't fail on this when it should have . Need to see if there's a way to force make to fail when shell commands do. Maybe https://stackoverflow.com/questions/225542/how-to-make-a-failing-shell-command-interrupt-make
make
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Saw this while building
python-pyjq
on D24:Adding a dependency on
python3-dev
incontrol-ubuntu-24
fixed that. Need to check if this happens on our other supported Debian and Ubuntu flavors.Also, the build didn't fail on this when it should have . Need to see if there's a way to force
make
to fail when shell commands do. Maybe https://stackoverflow.com/questions/225542/how-to-make-a-failing-shell-command-interrupt-makeThe text was updated successfully, but these errors were encountered: