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 <awadhera@google.com>:

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
This commit is contained in:
Anay Wadhera
2025-02-03 20:56:22 -08:00
committed by Copybara-Service
parent 97690c6996
commit 2fec57f2b3
-16
View File
@@ -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