c4-project / c4t

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

Add act-tester-mach self-propagation #76

Open MattWindsor91 opened 3 years ago

MattWindsor91 commented 3 years ago

If the director runs on a machine with Go installed, it should be fairly trivial for it to be able to:

This could even be run in a unit test, since, as far as I understand, if you can go test you can go build.

I currently use a shell script for doing this locally, but doing it in the director would benefit from being able to use the existing machine configuration. I'm thinking there should be a 'machine health check' stage before or parallel to doing the initial plan that does this step.