Skip to content
Snippets Groups Projects
Commit 7e016152 authored by nibon7's avatar nibon7 Committed by alice
Browse files

testing/nushell: enable on riscv64

parent 0674e3b9
No related branches found
No related tags found
1 merge request!41861testing/nushell: enable on riscv64
Pipeline #145402 passed
......@@ -2,11 +2,11 @@
# Maintainer: nibon7 <nibon7@163.com>
pkgname=nushell
pkgver=0.72.0
pkgrel=0
pkgrel=1
pkgdesc="A new type of shell"
url="https://www.nushell.sh"
# s390x/riscv64 rust/cargo
arch="x86_64 armv7 armhf aarch64 x86 ppc64le"
# s390x: nix crate
arch="all !s390x"
license="MIT"
makedepends="cargo openssl-dev>3 libx11-dev libxcb-dev libgit2-dev"
checkdepends="bash"
......@@ -20,6 +20,9 @@ export CARGO_PROFILE_RELEASE_LTO="fat"
export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
export CARGO_PROFILE_RELEASE_PANIC="abort"
# Temporarily allow textrels on riscv64
[ "$CARCH" = "riscv64" ] && options="$options textrels"
prepare() {
default_prepare
cargo fetch --locked
......
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