Commit Graph

6 Commits

Author SHA1 Message Date
renovate[bot] 9463dddafa
fix(deps): update module golang.org/x/sys to v0.14.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-05 12:48:59 +00:00
Miloslav Trmač d831d47578 Update golang.org/x/sys
(go test .), with Go 1.17, crashes on macOS with something like
> === RUN   TestHistoryNames
> fatal error: unexpected signal during runtime execution
> [signal SIGSEGV: segmentation violation code=0x1 addr=0xb01dfacedebac1e pc=0x7fff203f1c9e]
>
> runtime stack:
> runtime: unexpected return pc for runtime.sigpanic called from 0x7fff203f1c9e
> stack: frame={sp:0x7ffeefbff7c8, fp:0x7ffeefbff818} stack=[0x7ffeefb80868,0x7ffeefbff8d0)

Fix this by updating golang.org/x/sys; see https://github.com/golang/go/issues/45702
for details.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2021-08-21 19:31:54 +02:00
dependabot[bot] e9a63b2f88
build(deps): bump github.com/Microsoft/hcsshim from 0.8.15 to 0.8.16
Bumps [github.com/Microsoft/hcsshim](https://github.com/Microsoft/hcsshim) from 0.8.15 to 0.8.16.
- [Release notes](https://github.com/Microsoft/hcsshim/releases)
- [Commits](https://github.com/Microsoft/hcsshim/compare/v0.8.15...v0.8.16)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-08 07:50:12 +00:00
dependabot-preview[bot] 754c26e31d
Bump github.com/opencontainers/selinux from 1.3.0 to 1.3.1
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/opencontainers/selinux/releases)
- [Commits](https://github.com/opencontainers/selinux/compare/1.3.0...v1.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-01-28 10:07:31 -05:00
Valentin Rothberg 54d76b16f1 revert golang.org/x/sys
Revert golang.org/x/sys to a known-to-work version.  Recent breaking
changes in this package introduce build regressions.  Thoss have already
been fixed in containers/storage but other (transitive) dependencies of
consumers of c/storage are not, and hence break builds.

See https://github.com/containers/libpod/pull/4598#issuecomment-560304335
as an example.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-12-02 11:03:55 +01:00
Valentin Rothberg fae1939e83 remove pkg/system/filesys*
This API caused build regressions as golang.org/x dependencies
introduced breaking changes.  We don't have any callers in our
projects and I consider it a bug that those APIs were there,
which might prevent us from causing a major bump.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-11-27 13:31:52 +01:00