Commit Graph

20 Commits

Author SHA1 Message Date
John Nunley bbd42b56f8 feat: Allow fallback to signal backend
As pidfd isn't available in older versions of Linux that Rust still
supports, this is necessary for running on older Linux. In addition,
signals tests are still kept in CI.

Signed-off-by: John Nunley <dev@notgull.net>
2024-03-29 20:37:31 -07:00
Taiki Endo ac1c639e3e Update actions/checkout action to v4 2023-09-10 18:19:38 +09:00
Taiki Endo 7eb60b1025 Bump MSRV to 1.63 2023-06-11 22:26:44 +09:00
Taiki Endo 99b9abc536 Minimize GITHUB_TOKEN permissions
Refs: https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token
2023-03-26 16:35:52 +09:00
Taiki Endo 811dee59ac Set CARGO_NET_GIT_FETCH_WITH_CLI=true in CI 2023-03-26 16:35:38 +09:00
Taiki Endo 93be5c2506 Replace direct dependency on libc with rustix 2022-12-30 13:43:50 +09:00
Taiki Endo 2a2c1ee34a Bump MSRV to 1.47
On Windows, we depend on blocking and async-task that require Rust 1.47.
2022-12-28 12:44:10 +09:00
Taiki Endo 8226196372 Enable dependabot update for Rust 2022-12-28 12:44:10 +09:00
Taiki Endo 8559816dc6 Clean up CI config 2022-12-28 12:44:10 +09:00
Taiki Endo e1d6664e5a Remove msrv field from .clippy.toml
Since Rust 1.64, Clippy respects `rust-version` field in Cargo.toml.
rust-lang/rust@b776fb8
2022-11-27 13:31:38 +09:00
Taiki Endo bffd4efe40 Apply clippy to all targets 2022-07-17 21:21:19 +09:00
Taiki Endo a23f4dc38e Update CI config 2022-07-08 02:35:56 +09:00
Taiki Endo 2e0881f64d Bump to v1.4.0 2022-05-01 13:57:48 +09:00
Taiki Endo f8c34c49ef Update actions/checkout action to v3 2022-05-01 13:51:49 +09:00
Taiki Endo 4661d33dfe Create GitHub release automatically 2022-01-08 22:03:27 +09:00
Taiki Endo 6beffb4373 Clean up CI config 2022-01-08 22:03:15 +09:00
Taiki Endo ac961170d3 Fix CI 2020-12-24 19:03:31 +09:00
Stjepan Glavina cc61088311
. 2020-11-30 12:30:03 +01:00
Stjepan Glavina 2bef62ac99 Run CI on windows and macos 2020-08-19 13:36:26 +00:00
Stjepan Glavina 71d3dfcbab Initial version 2020-08-19 13:34:03 +00:00