Skip to content

Commit

Permalink
ci: retest librav1e built binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Apr 18, 2023
1 parent 34c3c4b commit b863abc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wheelbuild/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LIBAVIF_VERSION=0.11.0
AOM_VERSION=3.5.0
DAV1D_VERSION=1.0.0
SVT_AV1_VERSION=1.3.0
RAV1E_VERSION=p20230321
RAV1E_VERSION=p20230417
LIBWEBP_SHA=15a91ab179b0b605727d16fb751c12674da9dfec
LIBYUV_SHA=f9fda6e7
CCACHE_VERSION=4.7.1
Expand Down Expand Up @@ -336,9 +336,9 @@ function build_rav1e {

if [ ! -n "$IS_MACOS" ]; then
sed -i 's/-lgcc_s/-lgcc_eh/g' "${BUILD_PREFIX}/lib/pkgconfig/rav1e.pc"
rm -rf $BUILD_PREFIX/lib/librav1e.so
rm -rf $BUILD_PREFIX/lib/librav1e*.so
else
rm -rf $BUILD_PREFIX/lib/librav1e.dylib
rm -rf $BUILD_PREFIX/lib/librav1e*.dylib
fi

group_end
Expand Down

0 comments on commit b863abc

Please sign in to comment.