You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to update the runc Ubuntu package to version 1.0-rc93 but the following test is failing on armhf (32 bits):
# github.com/opencontainers/runc/libcontainer/seccomp/patchbpf [github.com/opencontainers/runc/libcontainer/seccomp/patchbpf.test]
src/github.com/opencontainers/runc/libcontainer/seccomp/patchbpf/enosys_linux_test.go:180:20: constant 3735928559 overflows int
src/github.com/opencontainers/runc/libcontainer/seccomp/patchbpf/enosys_linux_test.go:204:19: constant 3735928559 overflows int
src/github.com/opencontainers/runc/libcontainer/seccomp/patchbpf/enosys_linux_test.go:227:25: constant 3735928559 overflows int
FAIL github.com/opencontainers/runc/libcontainer/seccomp/patchbpf [build failed]
The new "special handling for seccomp profiles to avoid making new syscalls unusable for glibc" is exactly the feature that I am looking for, but this failure is a blocker. Full build log:
I am trying to update the
runc
Ubuntu package to version1.0-rc93
but the following test is failing on armhf (32 bits):The new "special handling for seccomp profiles to avoid making new syscalls unusable for glibc" is exactly the feature that I am looking for, but this failure is a blocker. Full build log:
https://launchpadlibrarian.net/527223578/buildlog_ubuntu-hirsute-armhf.runc_1.0.0~rc93-0ubuntu1~ppa1_BUILDING.txt.gz
The text was updated successfully, but these errors were encountered: