Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a github action job for the main branch to build and upload binaries
Summary: * add a basic github action job that runs on push to `main`. * inspired by the workflow from a reddit thread: https://www.reddit.com/r/rust/comments/12dphrq/comment/jf89urm/ * build a bunch of buck2 and upload as artifacts, they are by default retained for 90 days * good * binaries uploaded and marked with target triple * could be improved * users will have to go to the latest action page to find the artifact. trying to figure out how to best point users to it (there should be a link to the latest job off of main) * on macos getting the binary to run was a bit clunky (had to chmod, open and confirm it's safe etc) * note for myself: I can't tell if the rust cache is working properly so trying to read up on it / monitor Reviewed By: ndmitchell Differential Revision: D44791506 fbshipit-source-id: b94d4d22b2ba14938f160a1fc1f04733366ea32a
- Loading branch information