Skip to content
Snippets Groups Projects
Commit d3fe55dc authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/taplo: enable lsp feature


Co-Authored-By: Matthias Ahouansou's avatarMatthias Ahouansou <matthias@ahouansou.cz>
parent 308b6aa9
1 merge request!60376community/taplo: upgrade to 0.9.0 and enable lsp feature
Pipeline #212365 skipped
......@@ -20,7 +20,13 @@ builddir="$srcdir/taplo-$_pkgname-$pkgver"
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
_cargo_opts="--frozen --no-default-features --features native-tls"
case "$CARCH" in
# s390x: fails to build nix crate
s390x) _features="native-tls";;
*) _features="lsp,native-tls";;
esac
_cargo_opts="--frozen --no-default-features --features $_features"
prepare() {
default_prepare
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment