try to fix root ownership
Some checks failed
memory-limit / Build judge (push) Successful in 13s
memory-limit / Linux / clang (push) Failing after 10s
memory-limit / Linux / gcc (push) Failing after 10s
memory-limit / Windows / clang (push) Failing after 13s
memory-limit / Windows / msvc (push) Failing after 13s

This commit is contained in:
2026-04-10 23:49:59 +03:00
parent ca56aa5bc4
commit a8adbfbae1
4 changed files with 125 additions and 48 deletions

View File

@@ -59,6 +59,8 @@ func resolveBinary(workDir, name string) string {
}
func (r *Runner) Run() *SuiteResult {
defer cleanupCgroupRoot()
result := &SuiteResult{}
buildLog, err := r.build()