Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UBUNTU: [Packaging] temporarily disable Rust support
Browse files Browse the repository at this point in the history
Kernel 6.5 requires rustc-1.68, but this version is not currently
available in the archive, so disable Rust support for now.

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Andrea Righi committed Jul 31, 2023
1 parent 040fb40 commit d9095bc
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions debian.master/control.stub.in
Original file line number Diff line number Diff line change
@@ -39,9 +39,6 @@ Build-Depends:
curl <!stage1>,
zstd <!stage1>,
pahole [amd64 arm64 armhf ppc64el s390x riscv64] | dwarves (>= 1.21) [amd64 arm64 armhf ppc64el s390x riscv64] <!stage1>,
rustc (= 1.69.0+dfsg0ubuntu1-0ubuntu1) [amd64],
rust-src (= 1.69.0+dfsg0ubuntu1-0ubuntu1) [amd64],
rustfmt (= 1.69.0+dfsg0ubuntu1-0ubuntu1) [amd64],
bindgen-0.56 [amd64],
libstdc++-dev,
Build-Depends-Indep:
2 changes: 1 addition & 1 deletion debian.master/rules.d/amd64.mk
Original file line number Diff line number Diff line change
@@ -20,4 +20,4 @@ do_extras_package = true
do_tools_common = true
do_tools_acpidbg = true
do_odm_drivers = true
do_lib_rust = true
do_lib_rust = false
1 change: 0 additions & 1 deletion debian/rules.d/0-common-vars.mk
Original file line number Diff line number Diff line change
@@ -238,7 +238,6 @@ kmake = make ARCH=$(build_arch) \
CROSS_COMPILE=$(CROSS_COMPILE) \
HOSTCC=$(HOSTCC) \
CC=$(CROSS_COMPILE)$(gcc) \
BINDGEN=bindgen-0.56 CLANG_PATH=clang-14 LIBCLANG_PATH=/usr/lib/llvm-14/lib \
KERNELVERSION=$(abi_release)-$(target_flavour) \
CONFIG_DEBUG_SECTION_MISMATCH=y \
KBUILD_BUILD_VERSION="$(uploadnum)" \

0 comments on commit d9095bc

Please sign in to comment.