Skip to content
Snippets Groups Projects
Unverified Commit c31c11ca authored by Luca Weiss's avatar Luca Weiss Committed by Oliver Smith
Browse files

main/hello-world-rust: allow textrels on riscv64 (MR 3584)

[ci:skip-vercheck]
[ci:skip-build]: already built successfully in CI
parent 8029ed07
No related branches found
No related tags found
No related merge requests found
Pipeline #204739 passed
......@@ -9,6 +9,8 @@ license="Unlicense"
makedepends="cargo"
source="https://gitlab.com/ollieparanoid/hello-world-rust/-/archive/$pkgver/hello-world-rust-$pkgver.tar.bz2"
[ "$CARCH" = "riscv64" ] && options="$options textrels"
build() {
cargo build --release --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