File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,19 @@ function merge_with_upstream() {
34
34
#
35
35
# The functions below are specific for the Linux kernel packages
36
36
# and contain the majority of their common code.
37
+ # This also installs the `delphix-rust` and `delphix-rust-src`
38
+ # packages to satisfy the kernel's dependency on the rust toolchain
39
+ # by ensuring that Delphix's version of the rust toolchain is
40
+ # installed. Delphix's rust toolchain is supplied via virtual
41
+ # packages and hence must be installed explicitly otherwise apt
42
+ # installs the Ubuntu's version of the rust toolchain.
37
43
#
38
44
function kernel_prepare() {
39
45
logmust install_pkgs \
40
- equivs \
46
+ delphix-rust \
47
+ delphix-rust-src \
41
48
devscripts \
49
+ equivs \
42
50
kernel-wedge
43
51
}
44
52
You can’t perform that action at this time.
0 commit comments