forked from opencontainers/runc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request opencontainers#4505 from kolyshkin/fedora41
CI: bump Fedora 40 -> 41
- Loading branch information
Showing
2 changed files
with
51 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
From 531ea1cb4e35d5af73e04255c507e55aa328d2cc Mon Sep 17 00:00:00 2001 | ||
From: AntonMoryakov <[email protected]> | ||
Date: Wed, 6 Nov 2024 14:09:19 +0300 | ||
Subject: [PATCH] test | ||
|
||
--- | ||
checkpoint.go | 4 +--- | ||
main.go | 1 + | ||
2 files changed, 2 insertions(+), 3 deletions(-) | ||
|
||
diff --git a/checkpoint.go b/checkpoint.go | ||
index c1bcc703..b5576c81 100644 | ||
--- a/checkpoint.go | ||
+++ b/checkpoint.go | ||
@@ -8,14 +8,12 @@ import ( | ||
"path/filepath" | ||
"strconv" | ||
|
||
- criu "github.com/checkpoint-restore/go-criu/v6/rpc" | ||
"github.com/moby/sys/userns" | ||
+ "github.com/opencontainers/runc/libcontainer" | ||
"github.com/opencontainers/runtime-spec/specs-go" | ||
"github.com/sirupsen/logrus" | ||
"github.com/urfave/cli" | ||
"golang.org/x/sys/unix" | ||
- | ||
- "github.com/opencontainers/runc/libcontainer" | ||
) | ||
|
||
var checkpointCommand = cli.Command{ | ||
diff --git a/main.go b/main.go | ||
index cac34ce0..faf5a1d9 100644 | ||
--- a/main.go | ||
+++ b/main.go | ||
@@ -55,6 +55,7 @@ value for "bundle" is the current directory.` | ||
) | ||
|
||
func main() { | ||
+ //edit test1 | ||
app := cli.NewApp() | ||
app.Name = "runc" | ||
app.Usage = usage | ||
-- | ||
2.34.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters