From d8ce487f8dd2d57d59d17d6101b9b3d92804d6e1 Mon Sep 17 00:00:00 2001 From: Ashley Coleman Date: Tue, 5 Mar 2024 12:42:32 -0800 Subject: [PATCH 1/2] ci: Don't test alpine builds (#1530) --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0201c23b2..a26c87423 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -101,7 +101,7 @@ jobs: extra_docker_build_args: '' extra_docker_run_args: '' build_cmd: make -C wake-* static - test_cmd: tar xvJf wake-*/wake-static_* && cd tests && ../wake-*/bin/wake runTests + test_cmd: tar xvJf wake-*/wake-static_* && cd tests && ../wake-*/bin/wake -x Unit install_src_glob: build/wake-*/wake-static_* - target: centos_7_6 From d6e5f23e3273bfd413dd4a9248e3b30a51e43bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:15:37 -0700 Subject: [PATCH 2/2] Bump mio from 0.8.8 to 0.8.11 in /rust/rsc (#1528) Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.8 to 0.8.11. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/compare/v0.8.8...v0.8.11) --- updated-dependencies: - dependency-name: mio dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/rsc/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/rsc/Cargo.lock b/rust/rsc/Cargo.lock index 193b84d90..752d53c54 100644 --- a/rust/rsc/Cargo.lock +++ b/rust/rsc/Cargo.lock @@ -1440,9 +1440,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.147" +version = "0.2.153" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" +checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "libm" @@ -1559,9 +1559,9 @@ dependencies = [ [[package]] name = "mio" -version = "0.8.8" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" +checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" dependencies = [ "libc", "log",