Skip to content

Commit 343924d

Browse files
committed
test
1 parent cde0faf commit 343924d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flowey/flowey_lib_hvlite/src/_jobs/cfg_versions.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ pub const NODEJS: &str = "24.x";
3030
// N.B. Kernel version numbers for dev and stable branches are not directly
3131
// comparable. They originate from separate branches, and the fourth digit
3232
// increases with each release from the respective branch.
33-
pub const OPENHCL_KERNEL_DEV_VERSION: &str = "6.12.52.7";
34-
pub const OPENHCL_KERNEL_STABLE_VERSION: &str = "6.12.52.7";
33+
pub const OPENHCL_KERNEL_DEV_VERSION: &str = "6.18.0.100-savic";
34+
pub const OPENHCL_KERNEL_STABLE_VERSION: &str = "6.18.0.100-savic";
3535
pub const OPENVMM_DEPS: &str = "0.1.0-20260401.1";
3636
pub const PROTOC: &str = "27.1";
3737

0 commit comments

Comments
 (0)