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

Test compatibility with SingularityCE 4.x series #315

Open
tsibley opened this issue Sep 19, 2023 · 0 comments
Open

Test compatibility with SingularityCE 4.x series #315

tsibley opened this issue Sep 19, 2023 · 0 comments

Comments

@tsibley
Copy link
Member

tsibley commented Sep 19, 2023

Two parts to this:

  1. Support using the 4.x series in CI, related to dev: Test against the SingularityCE 3.x series in CI #314. It should be straightforward to fix the installation issues by installing the new deps ahead of time. For reference, the DEBIAN/control files of the latest 3.x vs. 4.x releases diff as:

     Package: singularity-ce
    -Version: 3.11.5-jammy
    +Version: 4.0.0-jammy
     Architecture: amd64
     Maintainer: Sylabs Community Packaging <[email protected]>
    -Installed-Size: 133061
    -Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.35.8), libseccomp2 (>= 2.5.0), crun | runc, cryptsetup-bin, squashfs-tools, uidmap
    -Conflicts: apptainer, singularity-container, singularitypro24, singularitypro25, singularitypro26, singularitypro31, singularitypro35, singularitypro37, singularitypro39
    +Installed-Size: 132090
    +Depends: libc6 (>= 2.34), libfuse2 (>= 2.6), libglib2.0-0 (>= 2.35.8), libseccomp2 (>= 2.5.0), zlib1g (>= 1:1.1.4), crun (>= 1.5.0) | runc, cryptsetup-bin, fuse, squashfs-tools, uidmap
    +Recommends: squashfs-tools-ng
    +Conflicts: apptainer, singularity-container, singularitypro24, singularitypro25, singularitypro26, singularitypro31, singularitypro311, singularitypro35, singularitypro37, singularitypro39
     Section: admin
     Priority: optional
     Homepage: https://sylabs.io/singularity
  2. Test that our Singularity runner/runtime still works with 4.x, beyond what's tested by CI. Run it thrus its paces a bit manually and look for oddities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant