You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: add .worktrees/ to .gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs: claude instructions on how to patch criu
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Then ask the user which version they want to try to update criu-static to.
42
+
43
+
Once you have done that change the git commit to the version that the user wants to test.
44
+
45
+
Now apply the patches in `patches` one by one making sure that criu builds.
46
+
47
+
To build criu, however you have to first obtain all the dependencies, but not any dependency. You want
48
+
the same dependencies that criu-static uses. criu-static patches criu to use CFLAGS and LDFLAGS
49
+
and other env variables instead of pkg-cinfig, you can inspect what it does by checking `CMakeLists.txt`
50
+
That `CMakeLists.txt` will output the env vars you have to use, it will become something like (paths might be wrong, double check, this was in a devcontainer!)
0 commit comments