mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
rav1e: disable auditable on builder
This commit is contained in:
parent
1e388caeac
commit
048a0bd415
1 changed files with 3 additions and 0 deletions
|
@ -16,12 +16,15 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
|
# 32 bit off_t, no idea how to widen it
|
||||||
|
if [ "$XBPS_WORDSIZE" = 32 ]; then return; fi
|
||||||
cargo auditable cbuild --release --target ${RUST_TARGET} \
|
cargo auditable cbuild --release --target ${RUST_TARGET} \
|
||||||
--library-type cdylib --library-type staticlib \
|
--library-type cdylib --library-type staticlib \
|
||||||
--destdir="${DESTDIR}" --prefix="/usr" ${configure_args}
|
--destdir="${DESTDIR}" --prefix="/usr" ${configure_args}
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
if [ "$XBPS_WORDSIZE" = 32 ]; then return; fi
|
||||||
cargo auditable cinstall --release --target ${RUST_TARGET} \
|
cargo auditable cinstall --release --target ${RUST_TARGET} \
|
||||||
--library-type cdylib --library-type staticlib \
|
--library-type cdylib --library-type staticlib \
|
||||||
--destdir="${DESTDIR}" --prefix="/usr" --offline --locked ${configure_args}
|
--destdir="${DESTDIR}" --prefix="/usr" --offline --locked ${configure_args}
|
||||||
|
|
Loading…
Add table
Reference in a new issue