Skip to content

Commit

Permalink
[prql] Skip platform linux_amd64_musl
Browse files Browse the repository at this point in the history
Problem is currently:
```
-- Found Rust: /root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc (found version "1.83.0")
CMake Error at /duckdb_build_dir/corrosion/cmake/Corrosion.cmake:79 (message):
  Target x86_64-unknown-linux-gnu is not installed for toolchain
  stable-x86_64-unknown-linux-musl.

  Help: Run `rustup target add --toolchain stable-x86_64-unknown-linux-musl
  x86_64-unknown-linux-gnu` to install the missing target.
Call Stack (most recent call first):
  /duckdb_build_dir/corrosion/CMakeLists.txt:73 (include)
```

Needs to be likely solved at the toolchain level, possibly in the dockerfile for musl in duckdb/extension-ci-tools.
  • Loading branch information
carlopi committed Jan 9, 2025
1 parent b481c9d commit 6836658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/crypto/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ docs:
extension:
build: cmake
description: Cryptographic hash functions and HMAC
excluded_platforms: windows_amd64_rtools;windows_amd64_mingw;windows_amd64
excluded_platforms: windows_amd64_rtools;windows_amd64_mingw;windows_amd64;linux_amd64_musl
language: C++
license: MIT
maintainers:
Expand Down

0 comments on commit 6836658

Please sign in to comment.