Skip to content

Commit d8b17e7

Browse files
committed
Revert "Workaround gomodjail concurrency issue"
This reverts commit 4039cfe. Signed-off-by: Akihiro Suda <[email protected]>
1 parent 0c50e70 commit d8b17e7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

hack/test-integration.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ if [[ "$(id -u)" = "0" ]]; then
2626
fi
2727
fi
2828

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-
3629
readonly timeout="60m"
3730
readonly retries="2"
3831
readonly needsudo="${WITH_SUDO:-}"

0 commit comments

Comments
 (0)