mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
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:
committed by
Copybara-Service
parent
97690c6996
commit
2fec57f2b3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user