mirror of
https://github.com/containers/podman.git
synced 2025-11-13 09:38:05 +08:00
vendor containers/common@7482cf851d
Make sure that image events are written *after* execution. Fixes: #10812 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
1
vendor/github.com/containers/common/pkg/sysinfo/numcpu_linux.go
generated
vendored
1
vendor/github.com/containers/common/pkg/sysinfo/numcpu_linux.go
generated
vendored
@@ -23,7 +23,6 @@ func numCPU() int {
|
||||
if err != 0 {
|
||||
return 0
|
||||
}
|
||||
|
||||
// For every available thread a bit is set in the mask.
|
||||
ncpu := 0
|
||||
for _, e := range mask {
|
||||
|
||||
Reference in New Issue
Block a user