Skip to content

Commit

Permalink
[evalexpr_rhai] 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 dd6fb82 commit 73a8d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/evalexpr_rhai/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ docs:
extension:
build: cmake
description: Evaluate the Rhai scripting language in DuckDB
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: Apache-2.0
maintainers:
Expand Down

0 comments on commit 73a8d49

Please sign in to comment.