parent
fcf1eac50c
commit
1e8df9c99e
1 changed files with 6 additions and 3 deletions
|
@ -12,9 +12,12 @@ distfiles="https://github.com/ogham/exa/archive/v${version}.tar.gz"
|
|||
checksum=07085fd784d553b7c3b62b5a52e4635580d6154f47e6d64245ec0588638dee3e
|
||||
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
|
||||
pre_build() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
# https://github.com/ogham/exa/issues/301
|
||||
i686*) cargo update --package datetime --precise 0.4.7 ;;
|
||||
esac
|
||||
}
|
||||
|
||||
do_build() {
|
||||
cargo build --release
|
||||
|
|
Loading…
Reference in a new issue