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

DM-45275: Failure to build prompt-service with new prompt-base #183

Merged
merged 2 commits into from
Jul 17, 2024

Commits on Jul 17, 2024

  1. Pin python-confluent-kafka to 2.4.0

    The current version is 2.5.0, with which sqlite3-import fails.
    
    While we expect rubin-env 9 to come with python-confluent-kafka,
    this checks if python-confluent-kafka already exists, and install
    the fixed version if not.
    hsinfang committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8e76dff View commit details
    Browse the repository at this point in the history
  2. Use here-document to improve the readability

    This is more readable than a sequence of commands chained in &&.
    hsinfang committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    98ed834 View commit details
    Browse the repository at this point in the history