k3s: move go_runc_require.patch to top-level directory
The patch will be needed in all versions later than 1.34
This commit is contained in:
@@ -43,11 +43,6 @@ in
|
||||
}
|
||||
) extraArgs).overrideAttrs
|
||||
{
|
||||
patches = [
|
||||
# Adds explicit require of opencontainers/runc to go.mod before version.sh is called and
|
||||
# removes it afterwards so that later build commands don't complain about inconsistent
|
||||
# vendoring.
|
||||
./1_34/go_runc_require.patch
|
||||
];
|
||||
patches = [ ./go_runc_require.patch ];
|
||||
};
|
||||
}
|
||||
|
||||
+3
@@ -1,3 +1,6 @@
|
||||
# Adds explicit require of opencontainers/runc to go.mod before version.sh is called and
|
||||
# removes it afterwards so that later build commands don't complain about inconsistent
|
||||
# vendoring.
|
||||
diff --git a/scripts/package-cli b/scripts/package-cli
|
||||
index a15d754926..bc450dbe4e 100755
|
||||
--- a/scripts/package-cli
|
||||
Reference in New Issue
Block a user