cargo/tests
Ed Page 56b2812a85 fix(embedded): Don't append hash to bin names
Background: the hash existed for sharing a target directory.  That code isn't
implemented yet and a per-user build cache might remove the need for it,
so let's remove it for now and more carefully weigh adding it back in.

Immediate: This reduces the chance of hitting file length issues on Windows.

Generally: This is a bit hacky and for an official solution, we should
probably try to find a better way.  This could become more important as
single-file packages are allowed in workspaces.
2023-06-14 12:25:59 -05:00
..
build-std Add requirements to cargo_test. 2022-07-30 19:36:58 -07:00
testsuite fix(embedded): Don't append hash to bin names 2023-06-14 12:25:59 -05:00