Package Details: vykar 0.18.0-1

Git Clone URL: https://aur.archlinux.org/vykar.git (read-only, click to copy)
Package Base: vykar
Description: Fast, encrypted, deduplicated backups in Rust
Upstream URL: https://github.com/borgbase/vykar
Licenses: GPL-3.0-or-later
Submitter: imlonghao
Maintainer: imlonghao (lilac)
Last Packager: imlonghao
Votes: 0
Popularity: 0.000000
First Submitted: 2026-03-05 15:38 (UTC)
Last Updated: 2026-07-08 15:26 (UTC)

Latest Comments

« First ‹ Previous 1 2

imlonghao commented on 2026-05-06 16:23 (UTC)

@yochananmarqos LTO enabled, thank you.

yochananmarqos commented on 2026-05-05 16:29 (UTC)

@imlonghao: The AWS_LC_SYS_NO_JITTER_ENTROPY=1 export is no longer needed.

By the way, this can be built with LTO enabled using the following in the build function, see https://archlinux.org/todo/lto-fat-objects/:

    CFLAGS+=" -ffat-lto-objects"
    CXXFLAGS+=" -ffat-lto-objects"

yochananmarqos commented on 2026-03-29 18:46 (UTC)

@imlonghao: This is failing to build due to the aws-lc-rs crate. Using AWS_LC_SYS_NO_JITTER_ENTROPY=1 works around the problem for now, see the upstream issue.