CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/07/08 23:04:35
Modified files: regress/lib/libcrypto/c2sp: Makefile regress/lib/libcrypto/certs: Makefile regress/lib/libcrypto/wycheproof: Makefile Log message: libcrypto regress: move GOCACHE to obj/ While it may be acceptable for Go to fill regular users' homedirs with a compiler cache that is unable to deal with corruption and full disks, this is terrible for people running regress as root since the cache can quickly grow to hundreds of megs and can thus result in all sorts hilarity below /root. Move the GOCACHE under ${.OBJDIR} and use a cleanup target to get rid of it again. This makes these tests a bit slower for regular users as well, but so be it. Let's see how this goes before I switch libtls to the same model. discussed with claudio and jsing