Skip to content

Commit df3992f

Browse files
authored
Update reference to old kernel label since most recent update (#1999)
Summary: Update reference to old kernel label since most recent update The 6.1.8 kernel was updated to the latest patch version in #1995. Relevant Issues: N/A Type of change: /kind cleanup Test Plan: Build without specifying `--//bazel/test_runners/qemu_with_kernel:kernel_version` succeeds Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent a62f9a9 commit df3992f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bazel/test_runners/qemu_with_kernel/runner.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ qemu_with_kernel_test_runner = rule(
8484
implementation = _test_runner_impl,
8585
attrs = {
8686
"kernel_image": attr.label(
87-
default = Label("@linux_build_6_1_8_x86_64//file:linux-build.tar.gz"),
87+
default = Label("@linux_build_6_1_18_x86_64//file:linux-build.tar.gz"),
8888
allow_single_file = True,
8989
),
9090
"_busybox": attr.label(

0 commit comments

Comments
 (0)