Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libcontainer/seccomp/patchbpf: fix test wrt 32-bit
This is a temporary fix for the following issue when trying to compile for i386: > # github.com/opencontainers/runc/libcontainer/seccomp/patchbpf [github.com/opencontainers/runc/libcontainer/seccomp/patchbpf.test] > libcontainer/seccomp/patchbpf/enosys_linux_test.go:180:20: constant 3735928559 overflows int > libcontainer/seccomp/patchbpf/enosys_linux_test.go:204:19: constant 3735928559 overflows int > libcontainer/seccomp/patchbpf/enosys_linux_test.go:227:25: constant 3735928559 overflows int Signed-off-by: Kir Kolyshkin <[email protected]>
- Loading branch information