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.
1 parent 68b978c commit cfc7a3aCopy full SHA for cfc7a3a
ubuntu-mainline-kernel.sh
@@ -80,7 +80,8 @@ REMOTE_VERSIONS=()
80
arch=$(dpkg --print-architecture)
81
82
# (internal) The text to search for to check if the build was successfully
83
-build_succeeded_text="Build for ${arch} succeeded"
+# NOTE: New succeed text since v5.6.18
84
+build_succeeded_text="(Build for ${arch} succeeded|Test ${arch}/build succeeded)"
85
86
# (internal) The pid of the child process which checks download progress
87
monitor_pid=0
0 commit comments