We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28d77b6 + 4039cfe commit 998d139Copy full SHA for 998d139
hack/test-integration.sh
@@ -26,6 +26,13 @@ if [[ "$(id -u)" = "0" ]]; then
26
fi
27
28
29
+# This is a temporary workaround for https://github.com/AkihiroSuda/gomodjail/issues/50
30
+# FIXME: remove this once above has been fixed.
31
+if command -v nerdctl.gomodjail >/dev/null 2>&1; then
32
+ # We do not care that it fails or succeeds - just need gomodjail to unpack once.
33
+ nerdctl.gomodjail info >/dev/null 2>&1 || true
34
+fi
35
+
36
readonly timeout="60m"
37
readonly retries="2"
38
readonly needsudo="${WITH_SUDO:-}"
0 commit comments