From c2ea765836ea29b7bb05cb8772f139e389382294 Mon Sep 17 00:00:00 2001 From: Anay Wadhera Date: Mon, 5 Jun 2023 17:45:29 -0700 Subject: [PATCH] add presence build to linux validate --- .github/workflows/validate.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index c7d829e7..436f535b 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -33,5 +33,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive - - name: Build + - name: Build Connections run: CC=clang CXX=clang++ bazel build --check_visibility=false //connections:core --spawn_strategy=standalone + - name: Build Presence + run: CC=clang CXX=clang++ bazel build --check_visibility=false //presence --spawn_strategy=standalone --//presence/implementation:enable_rust_ldt=False