mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-17 22:34:25 +01:00
in TestHandleHugepages. On s390x, hugepage sizes must be set at boot, so test with any that are present (default is 1M). Depends-on: github.com/kata-containers/kata-containers#3770 Fixes: #3763 Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
9 lines
123 B
Modula-2
9 lines
123 B
Modula-2
module code.cloudfoundry.org/bytefmt
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/onsi/ginkgo v1.16.4
|
|
github.com/onsi/gomega v1.16.0
|
|
)
|