Skip to content

Commit da3ea3f

Browse files
committed
rclone: update to 1.71.2
run the upstream CI tests: rclone/rclone#8345 (comment) bisync_test.go:596: TEST basic FAILED - 6 MISCOMPARED FILES: this check fails only inside the x86_64-musl CI
1 parent eb23e1e commit da3ea3f

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

srcpkgs/rclone/template

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Template file for 'rclone'
22
pkgname=rclone
3-
version=1.69.0
3+
version=1.71.2
44
revision=1
55
build_style=go
6-
build_helper=qemu
6+
build_helper="qemu"
77
go_import_path=github.com/rclone/rclone
88
go_build_tags="noselfupdate"
99
go_ldflags="-extldflags=-fuse-ld=bfd -X github.com/rclone/rclone/fs.Version=v${version}"
@@ -13,12 +13,14 @@ short_desc="Rsync for cloud storage"
1313
maintainer="Orphaned <[email protected]>"
1414
license="MIT"
1515
homepage="https://rclone.org/"
16-
changelog="https://rclone.org/changelog/"
16+
changelog="https://raw.githubusercontent.com/rclone/rclone/refs/heads/master/docs/content/changelog.md"
1717
distfiles="https://downloads.rclone.org/v${version}/rclone-v${version}.tar.gz"
18-
checksum=45e6a329af4f98e0c71233511ab8543e454eaa22adeeb73179bfdb22456a2123
19-
make_check_pre="env RCLONE_CONFIG=/notfound"
20-
# some tests fail on CI
21-
make_check=ci-skip
18+
checksum=eb0563b3fb463ba0f25d82ab2ef3888dabe7336b17bb29eab3dc2e1be96b7aad
19+
make_check_pre="env RCLONE_CONFIG=/notfound CI=1"
20+
21+
case "${XBPS_TARGET_MACHINE}" in
22+
x86_64-musl) make_check=ci-skip ;;
23+
esac
2224

2325
pre_build() {
2426
if [ "$CROSS_BUILD" ] && [ "$XBPS_TARGET_LIBC" = musl ]; then
@@ -30,16 +32,11 @@ pre_build() {
3032
}
3133

3234
pre_check() {
33-
rm cmd/serve/docker/docker_test.go
34-
rm cmd/mount/mount_test.go
35-
rm cmd/mount2/mount_test.go
36-
37-
# could time out on i686 and it's deprecated
38-
# https://github.com/rclone/rclone/issues/5784#issuecomment-961520934
39-
rm backend/cache/cache_test.go
35+
rm "cmd/mount/mount_test.go"
36+
rm "cmd/mount2/mount_test.go"
37+
rm "cmd/gitannex/e2e_test.go"
4038
}
4139

42-
4340
post_install() {
4441
ln -sf rclone ${DESTDIR}/usr/bin/mount.rclone
4542
vlicense COPYING

0 commit comments

Comments
 (0)