We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde0faf commit 343924dCopy full SHA for 343924d
1 file changed
flowey/flowey_lib_hvlite/src/_jobs/cfg_versions.rs
@@ -30,8 +30,8 @@ pub const NODEJS: &str = "24.x";
30
// N.B. Kernel version numbers for dev and stable branches are not directly
31
// comparable. They originate from separate branches, and the fourth digit
32
// 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";
+pub const OPENHCL_KERNEL_DEV_VERSION: &str = "6.18.0.100-savic";
+pub const OPENHCL_KERNEL_STABLE_VERSION: &str = "6.18.0.100-savic";
35
pub const OPENVMM_DEPS: &str = "0.1.0-20260401.1";
36
pub const PROTOC: &str = "27.1";
37
0 commit comments