From 2fec57f2b35355aa7f883df6f03ce9c063fea093 Mon Sep 17 00:00:00 2001 From: Anay Wadhera Date: Mon, 3 Feb 2025 20:55:01 -0800 Subject: [PATCH] PR #3188: Remove validation steps related to fastpair rust Imported from GitHub PR https://github.com/google/nearby/pull/3188 ## Summary This project was removed as part of deprecating OSS fastpair. ## How did you test this change? CI Copybara import of the project: -- 5d372ff181351d5b2a8129e38f716481d56647d5 by Anay Wadhera : Remove validation steps related to fastpair rust This project was removed as part of deprecating OSS fastpair. Merging this change closes #3188 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/nearby/pull/3188 from anayw2001:main 5d372ff181351d5b2a8129e38f716481d56647d5 PiperOrigin-RevId: 722914722 --- .github/workflows/validate.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 877a5ebb..2ac77239 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -61,20 +61,4 @@ jobs: submodules: recursive - name: Build FPP run: cargo build --manifest-path presence/fpp/fpp/Cargo.toml - - name: Build Bluetooth Module - run: cargo test --manifest-path fastpair/rust/bluetooth/Cargo.toml - - name: Build Fast Pair - run: cargo test --manifest-path fastpair/rust/demo/rust/Cargo.toml - - build-rust-windows: - name: Build Rust on Windows - runs-on: windows-latest - steps: - - uses: actions/checkout@v3 - with: - submodules: recursive - - name: Build Bluetooth Module - run: cargo test --manifest-path fastpair/rust/bluetooth/Cargo.toml - - name: Build Fast Pair - run: cargo test --manifest-path fastpair/rust/demo/rust/Cargo.toml