From d102faa58644462a37f9b49233cf87e7864f6cd6 Mon Sep 17 00:00:00 2001 From: Wolfgang Date: Wed, 18 Jun 2025 09:58:04 +0000 Subject: [PATCH] use stable toolchain to avoid conflict when cross compiling Signed-off-by: Wolfgang --- patches/proxmox-biome-arm.patch | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/patches/proxmox-biome-arm.patch b/patches/proxmox-biome-arm.patch index 375f5ec..41e7a8f 100644 --- a/patches/proxmox-biome-arm.patch +++ b/patches/proxmox-biome-arm.patch @@ -1,5 +1,5 @@ diff --git a/Makefile b/Makefile -index 18e5ce27..d973b636 100644 +index 18e5ce27..65cf9e8d 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ include /usr/share/dpkg/pkg-info.mk @@ -22,11 +22,21 @@ index 18e5ce27..d973b636 100644 lintian $(DEB) .PHONY: upload +diff --git a/biome/rust-toolchain.toml b/biome/rust-toolchain.toml +index fbae3fa6..7c761706 100644 +--- a/biome/rust-toolchain.toml ++++ b/biome/rust-toolchain.toml +@@ -2,4 +2,4 @@ + # The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. + # https://rust-lang.github.io/rustup/concepts/profiles.html + profile = "default" +-channel = "1.87.0" ++channel = "stable" diff --git a/debian/control b/debian/control -index bcfa86d0..15bcba80 100644 +index 7109d042..80bcb58b 100644 --- a/debian/control +++ b/debian/control -@@ -7,7 +7,7 @@ Homepage: https://biomejs.dev/ +@@ -8,7 +8,7 @@ Homepage: https://biomejs.dev/ Standards-Version: 4.7.0.0 Package: proxmox-biome