Do not install wasm-libc if doesn't exist

This commit is contained in:
Sylvestre Ledru 2022-12-19 17:06:53 +01:00
parent 2c450a09ec
commit fabb4d2349
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ llvm-toolchain-14 (1:14.0.6-10~exp3) UNRELEASED; urgency=medium
* Transform debian/control into debian/control.in (preparation for
flang support)
* Do not install wasm-libc if doesn't exist
[ Faidon Liambotis ]
* Try to unbreak the builds with wasm

2
debian/control vendored
View File

@ -24,7 +24,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
libpfm4-dev [linux-any], python3-setuptools, libz3-dev,
llvm-spirv-14 [ amd64 arm64 armel armhf mips64el mipsel ppc64el s390x ] <!stage1> | hello [!i386],
spirv-tools [ linux-any ] | hello [ !i386],
wasi-libc,
wasi-libc | hello [ !i386],
libcurl4-dev,
libgrpc++-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x],
protobuf-compiler-grpc [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x],

2
debian/control.in vendored
View File

@ -24,7 +24,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
libpfm4-dev [linux-any], python3-setuptools, libz3-dev,
llvm-spirv-14 [ amd64 arm64 armel armhf mips64el mipsel ppc64el s390x ] <!stage1> | hello [!i386],
spirv-tools [ linux-any ] | hello [ !i386],
wasi-libc,
wasi-libc | hello [ !i386],
libcurl4-dev,
libgrpc++-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x],
protobuf-compiler-grpc [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x],