Skip to content

Commit

Permalink
Revert rust version to 1.62
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Sep 20, 2023
1 parent 8211c56 commit 67d5a0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions debian.master/control.stub.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Build-Depends:
pahole [amd64 arm64 armhf ppc64el s390x riscv64] | dwarves (>= 1.21) [amd64 arm64 armhf ppc64el s390x riscv64] <!stage1>,
clang-15 [amd64],
libclang1-15 [amd64],
rustc-1.68 [amd64],
rust-1.68-src [amd64],
rustfmt-1.68 [amd64],
rustc-1.62 [amd64],
rust-1.62-src [amd64],
rustfmt-1.62 [amd64],
bindgen-0.56 [amd64],
libstdc++-dev,
Build-Depends-Indep:
Expand Down
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Build-Depends:
pahole [amd64 arm64 armhf ppc64el s390x riscv64] | dwarves (>= 1.21) [amd64 arm64 armhf ppc64el s390x riscv64] <!stage1>,
clang-15 [amd64],
libclang1-15 [amd64],
rustc-1.68 [amd64],
rust-1.68-src [amd64],
rustfmt-1.68 [amd64],
rustc-1.62 [amd64],
rust-1.62-src [amd64],
rustfmt-1.62 [amd64],
bindgen-0.56 [amd64],
libstdc++-dev,
Build-Depends-Indep:
Expand Down
2 changes: 1 addition & 1 deletion debian/rules.d/0-common-vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ kmake = make ARCH=$(build_arch) \
CROSS_COMPILE=$(CROSS_COMPILE) \
HOSTCC=$(HOSTCC) \
CC=$(CROSS_COMPILE)$(gcc) \
RUSTC=rustc-1.68 HOSTRUSTC=rustc-1.68 BINDGEN=bindgen-0.56 RUSTFMT=/usr/lib/rust-1.68/bin/rustfmt RUST_LIB_SRC=/usr/src/rustc-1.68.2/library \
RUSTC=rustc-1.62 HOSTRUSTC=rustc-1.62 BINDGEN=bindgen-0.56 RUSTFMT=/usr/lib/rust-1.62/bin/rustfmt RUST_LIB_SRC=/usr/src/rustc-1.62.2/library \
CLANG_PATH=clang-15 LIBCLANG_PATH=/usr/lib/llvm-15/lib \
KERNELVERSION=$(abi_release)-$(target_flavour) \
CONFIG_DEBUG_SECTION_MISMATCH=y \
Expand Down

0 comments on commit 67d5a0a

Please sign in to comment.