Comment 1 for bug 1882225

Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :

I tried to build the package locally and I got the following error during compilation:

# github.com/sylabs/singularity/internal/pkg/cgroups
../internal/pkg/cgroups/manager_linux.go:135:21: cannot use spec (variable of type *"github.com/opencontainers/runtime-spec/specs-go".Spec) as *"github.com/opencontainers/runc/vendor/github.com/opencontainers/runtime-spec/specs-go".Spec value in struct literal
../internal/pkg/cgroups/manager_linux.go:303:21: cannot use spec (variable of type *"github.com/opencontainers/runtime-spec/specs-go".Spec) as *"github.com/opencontainers/runc/vendor/github.com/opencontainers/runtime-spec/specs-go".Spec value in struct literal

The other errors mentioned in the description got sorted out.