Skip to content

Commit

Permalink
Update reference to old kernel label since most recent update (#1999)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ddelnano authored Sep 3, 2024
1 parent a62f9a9 commit df3992f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/test_runners/qemu_with_kernel/runner.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ qemu_with_kernel_test_runner = rule(
implementation = _test_runner_impl,
attrs = {
"kernel_image": attr.label(
default = Label("@linux_build_6_1_8_x86_64//file:linux-build.tar.gz"),
default = Label("@linux_build_6_1_18_x86_64//file:linux-build.tar.gz"),
allow_single_file = True,
),
"_busybox": attr.label(
Expand Down

0 comments on commit df3992f

Please sign in to comment.