summaryrefslogtreecommitdiff
path: root/ci/ciimage/cuda
AgeCommit message (Collapse)Author
2025-12-10ci: disable unitests for arch cudaDylan Baker
Because they're the same as the main arch image.
2024-05-30CI: make cuda tests even run to begin withEli Schwartz
Arch profile.d scripts were converted to use an appending function that disappears when /etc/profile exits, and overall are simply not suitable -- any more -- for sourcing individually. (I will freely admit I'm not really sure what the overall goal of refraining from sourcing /etc/profile itself is. Arguably it's kind of misuse of the profile...) This silently broke the cuda tests, which never ran because the cuda compiler was not detected as available. While we are at it, I guess we can convert gentoo to use the same trick of appending it in install.sh
2023-01-08CI: fix cuda image breakageEli Schwartz
From the Zen of Python: "Explicit is better than implicit." As it turns out, it's no longer a safe assumption that pip uses setuptools??? Well, anyway, install it properly regardless.
2021-09-04ci: Fix missing MESON_CI_JOBNAME in the image buildersDaniel Mensinger
2021-06-11ci: Fix CI image builderDaniel Mensinger
2020-04-05ci: Added cuda image (Arch Linux based)Daniel Mensinger