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

build: Error if overlays are given for a runtime other than Docker or Singularity #354

Merged
merged 3 commits into from
Feb 1, 2024

Commits on Jan 31, 2024

  1. dev: Replace __NEXT__ placeholder within the to-be-released version s…

    …ection
    
    This, for example, allows for changelog entries to point to the
    documentation pages for the exact version they're describing, so the
    links don't ever go stale or broken.  Previously when I really wanted to
    do that, I presupposed the version I anticipated using.
    tsibley committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c05b044 View commit details
    Browse the repository at this point in the history
  2. build: Error if overlays are given for a runtime other than Docker or…

    … Singularity
    
    Mirrors the existing behaviour of `nextstrain shell`, introduced by
    "shell: Add support for the managed Conda runtime" (6e2d73d).  It was an
    oversight to not do the same for `nextstrain build` at the same time.
    tsibley committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    119c563 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b8262a View commit details
    Browse the repository at this point in the history