UBUNTU: [Packaging] temporarily disable Rust dependencies on riscv64

clang-17 / llvm are currently out of sync on riscv64:

  The following packages have unmet dependencies:
   clang-17 : Depends: libclang-common-17-dev (= 1:17.0.6-3) but 1:17.0.6-5 is to be installed
  E: Unable to correct problems, you have held broken packages.

To avoid this and unblock the the build simply disable the clang and
Rust dependencies on riscv64 for now.

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
Andrea Righi
2024-01-12 09:18:02 +01:00
committed by Paolo Pisati
parent 275ec10505
commit 6d5f9e4244
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -11258,7 +11258,7 @@ CONFIG_RUST policy<{'amd64': 'y'}>
CONFIG_RUSTC_VERSION_TEXT policy<{'amd64': '"rustc 1.73.0 (cc66ad468 2023-10-03) (built from a source tarball)"'}>
CONFIG_RUST_BUILD_ASSERT_ALLOW policy<{'amd64': 'n'}>
CONFIG_RUST_DEBUG_ASSERTIONS policy<{'amd64': 'n'}>
CONFIG_RUST_IS_AVAILABLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>
CONFIG_RUST_IS_AVAILABLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': '-', 's390x': 'y'}>
CONFIG_RUST_OVERFLOW_CHECKS policy<{'amd64': 'y'}>
CONFIG_RV policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>
CONFIG_RV_MON_WWNR policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>
+6 -6
View File
@@ -40,12 +40,12 @@ Build-Depends:
curl <!stage1>,
zstd <!stage1>,
pahole [amd64 arm64 armhf ppc64el s390x riscv64] | dwarves (>= 1.21) [amd64 arm64 armhf ppc64el s390x riscv64] <!stage1>,
clang-17,
libclang1-17,
rustc,
rust-src,
rustfmt,
bindgen-0.65,
clang-17 [amd64 arm64 armhf ppc64el s390x],
libclang1-17 [amd64 arm64 armhf ppc64el s390x],
rustc [amd64 arm64 armhf ppc64el s390x],
rust-src [amd64 arm64 armhf ppc64el s390x],
rustfmt [amd64 arm64 armhf ppc64el s390x],
bindgen-0.65 [amd64 arm64 armhf ppc64el s390x],
libstdc++-dev,
Build-Depends-Indep:
xmlto <!stage1>,