c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Add compiler updating functionality to act-tester-mach? #75

Open MattWindsor91 opened 4 years ago

MattWindsor91 commented 4 years ago

If we're testing snapshots of compilers, we might want to update them periodically. While the easiest solution to this would be to have local scripts running in cronjobs, there are a few downsides to this:

(I did spend a lot of time while writing this issue thinking about possibly using a daemonised machine node to make this nice and asynchronous, but it feels like that'll be more trouble than it's worth - it conflicts with the second point, means we'd have to choose new protocols to use for everything, and moving mach away from SSH poses all sorts of problems with running on machines we don't have root access to).