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

scripts/bootstrap to rule them all #3409

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

abitrolly
Copy link
Contributor

make is not available by default in Fedora containers, so use scripts/bootstrap to get all the stuff ready.

Pull Request Checklist

  • implement the feature
  • write the documentation
  • extend the test coverage
  • update the specification
  • adjust plugin docstring
  • modify the json schema
  • mention the version
  • include a release note

`make` is not available by default in Fedora containers.
@@ -65,10 +65,8 @@ rpm: tarball ver2spec ## Build RPMs
srpm: tarball ver2spec ## Build SRPM
rpmbuild --define '_topdir $(TMP)' -bs tmt.spec

_deps: # Minimal dependencies (common for 'deps' and 'develop' targets)
Copy link
Collaborator

Choose a reason for hiding this comment

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

This target should be running the newly added script, and both targets bellow would still depend on this target to do the job rather than running it on their own. If there is a "install minimal dependencies" action, it should be a dependable target.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am confused about these targets below. Why develop target doesn't include "build dependencies".

What is possible to do with minimal dependencies?

What people are supposed to do in "Develop" mode without build dependencies?

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