Andrew Kelley 0b8736f5ed re-enable CLI tests
CLI tests are now ported over to the new std.Build API and thus work
properly with concurrency.

 * add `std.Build.addCheckFile` for creating a
   `std.Build.CheckFileStep`.
 * add `std.Build.makeTempPath`. This function is intended to be called
   in the `configure` phase only. It returns an absolute directory path,
   which is potentially going to be a source of API breakage in the
   future, so keep that in mind when using this function.
 * add `std.Build.CheckFileStep.setName`.
 * `std.Build.CheckFileStep`: better error message when reading the
   input file fails.
 * `std.Build.RunStep`: add a `has_side_effects` flag for when you need
   to override the autodetection.
 * `std.Build.RunStep`: add the ability to obtain a FileSource for the
   directory that contains the written files.
 * `std.Build.WriteFileStep`: add a way to write bytes to an arbitrary
   path - absolute or relative to the package root. Be careful with this
   because it updates source files. This should not be used as part of
   the normal build process, but as a utility occasionally run by a
   developer with intent to modify source files and then commit those
   changes to version control. A file added this way is not available
   with `getFileSource`.
2023-03-15 10:48:13 -07:00
..
2023-03-15 10:48:13 -07:00
2023-03-15 10:48:12 -07:00
2023-03-05 02:59:01 -05:00
2023-03-15 10:48:13 -07:00
2022-12-13 13:14:20 +02:00
2022-11-04 00:09:27 +03:30
2023-03-15 10:48:13 -07:00
2023-02-18 19:17:21 -07:00
2023-03-15 10:48:13 -07:00
2022-12-13 13:14:20 +02:00
2023-03-15 10:48:13 -07:00
2023-03-03 02:37:45 -05:00
2023-02-20 09:09:05 +11:00
2023-03-15 10:48:12 -07:00
2023-03-01 12:21:53 -05:00
2022-09-11 23:18:43 -04:00
2023-03-09 14:55:13 -06:00
2023-03-15 10:48:13 -07:00
2023-02-17 09:08:41 -07:00
2022-04-15 17:01:01 -05:00
2023-03-09 14:55:13 -06:00