Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
root
Commits:
3069fa02 by Jakub Klinkovský at 2025-03-22T17:18:53+01:00
skip internet connectivity check during build
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -160,6 +160,8 @@ build() {
-C settings.cmake
# needed by vc to link properly
-DTARGET_ARCHITECTURE:STRING=generic
+ # skip internet connection check (but cmake still git pulls clad)
+ -DNO_CONNECTION:BOOL=FALSE
)
# In general, we want to list all real archs (sm_XX) and the latest virtual
arch (compute_XX) for future PTX compatibility.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/root/-/commit/3069fa02a3285ff3f3d15ad4f98d32f90d929746
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/root/-/commit/3069fa02a3285ff3f3d15ad4f98d32f90d929746
You're receiving this email because of your account on gitlab.archlinux.org.