mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
exa: i686 broken
This commit is contained in:
parent
7d7393204f
commit
3ec0fc353b
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ distfiles="https://github.com/ogham/exa/archive/v${version}.tar.gz"
|
||||||
checksum=07085fd784d553b7c3b62b5a52e4635580d6154f47e6d64245ec0588638dee3e
|
checksum=07085fd784d553b7c3b62b5a52e4635580d6154f47e6d64245ec0588638dee3e
|
||||||
nocross=yes # rust
|
nocross=yes # rust
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/5146/steps/shell_3/logs/stdio";;
|
||||||
|
esac
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cargo build --release
|
cargo build --release
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue