Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
lychee


Commits:
3fe50e57 by kxxt at 2024-02-12T04:07:35+00:00
Don't vendor openssl in check()

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -32,6 +32,8 @@ build() {
 
 check() {
   cd $pkgname-$pkgver
+  # Avoid vendoring openssl, which is enabled by vendored-openssl feature
+  export OPENSSL_NO_VENDOR=1
   cargo nextest run --all-targets --all-features --filter-expr 
'!test(test_exclude_example_domains)' --test-threads 1
   cargo nextest run --filter-expr 'test(test_exclude_example_domains)' 
--test-threads 1
   cargo test --doc



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lychee/-/commit/3fe50e57d3af2aaa6502b4375a54d49ac27b678a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lychee/-/commit/3fe50e57d3af2aaa6502b4375a54d49ac27b678a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to