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

Provide GNU coreutils in the runtime #70

Merged
merged 2 commits into from
Jun 12, 2024
Merged

Provide GNU coreutils in the runtime #70

merged 2 commits into from
Jun 12, 2024

Commits on Jun 11, 2024

  1. Provide GNU coreutils in the runtime

    They're provided in our other runtimes (almost by happenstance, as part
    of the underlying OS image) and having them available in all runtimes
    makes it much easier to write portable programs without having to deal
    with GNU vs. BSD differences.
    
    Note that typically GNU coreutils would already be available in the
    Conda runtime on Linux (via the host system), but not the Conda runtime
    on macOS (unless installed separately, e.g. via Homebrew).  So
    explicitly including GNU coreutils here increases consistency,
    isolation, and portability of the runtime.
    
    Related-to: <nextstrain/ingest#41>
    tsibley committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a0b6609 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. dev: Pin to pathogen-repo-ci.yaml@v0 in CI

    Pathogens generally aren't yet ready for the new behaviour beyond v0.
    
    Related-to: <nextstrain/.github#93>
    tsibley committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    bc16451 View commit details
    Browse the repository at this point in the history