73 Commits

Author SHA1 Message Date
Dave Rolsky
ab3f022734
Remove anything related to installing cross on Windows
There are no targets on Windows that require cross so this is never getting
invoked.
2023-07-22 09:51:24 -05:00
Dave Rolsky
e41de97f0a
Fix incorrect step name 2023-07-22 09:27:13 -05:00
Dave Rolsky
d788e00f15
Always pass "+toolchain" to cargo or cross
I don't think this was actually using the specified toolchain, at least not
when cross compiling.
2023-04-21 23:14:21 -05:00
Dave Rolsky
356ca41f7d
Make strip script strip all binaries under target
If there were both debug & release dirs it would only strip one binary, and if
the debug dir had no binary at all it would error, even if the release dir had
one.
2023-04-21 22:39:30 -05:00
Dave Rolsky
91d78d9182
Use dtolnay/rust-toolchain@master instead of @stable
This allows passing the `toolchain` input.
2023-03-20 12:18:06 -04:00
Dave Rolsky
30e7adeceb
Add toolchain input to README.md docs 2023-03-19 17:43:22 -04:00
Dave Rolsky
ec63efbd36
Changes for 0.0.4 2023-03-19 17:41:41 -04:00
Dave Rolsky
54e4a464ed
Remove tests that $PATH is left alone
This test isn't really needed, and it's causing spurious CI failures because
it's hitting GitHub API rate limits.
2023-03-19 17:41:41 -04:00
Dave Rolsky
d1d76ade32
Fix stripping and test it 2023-03-19 17:41:41 -04:00
Dave Rolsky
2bfd2f169a
Fix target to use the input, not a matrix 2023-03-19 11:03:24 -04:00
Dave Rolsky
42a1f46405
Add support for specifying which toolchain to use 2023-03-19 11:03:05 -04:00
Dave Rolsky
58c5e42ace
Pass GITHUB_TOKEN in self-test workflow 2023-03-17 11:17:02 -04:00
Dave Rolsky
2f68f636e2
Add support for running test command as well as build 2023-03-17 11:12:36 -04:00
Dave Rolsky
5bd32448aa
Add self-test workflow 2023-03-12 18:30:36 -04:00
Dave Rolsky
4dfe96e52b
Add Rust project for self-testing 2023-03-12 10:37:46 -04:00
Dave Rolsky
9a602122c2
Changes for v0.0.2 2023-03-05 15:16:31 -06:00
Dave Rolsky
b34ced72c6
Add dev tooling to use precious 2023-03-05 15:15:31 -06:00
Dave Rolsky
aa7ccd3cba
Fix typos in README.md 2023-03-05 15:15:22 -06:00
Dave Rolsky
ccbe659f48
Shorten description to < 125 chars 2023-03-05 15:11:24 -06:00
Dave Rolsky
4202d54422
Add code of conduct to repo 2023-03-05 15:07:30 -06:00
Dave Rolsky
700c958def
Add Changes.md file with date for first release 2023-03-05 15:06:51 -06:00
Dave Rolsky
f6f35c34e0
Add docs in README.md 2023-03-05 15:05:14 -06:00
Dave Rolsky
1de497cb95
Initial commit 2023-03-05 12:54:11 -06:00