Skip to content

Add C++ compatibility with macOS #1458

Add C++ compatibility with macOS

Add C++ compatibility with macOS #1458

Workflow file for this run

name: DiskANN Pull Request Build and Test
on: [pull_request]
jobs:
common:
strategy:
fail-fast: true
name: DiskANN Common Build Checks
uses: ./.github/workflows/common.yml
unit-tests:
name: Unit tests
uses: ./.github/workflows/unit-tests.yml
in-mem-pq:
name: In-Memory with PQ
uses: ./.github/workflows/in-mem-pq.yml
in-mem-no-pq:
name: In-Memory without PQ
uses: ./.github/workflows/in-mem-no-pq.yml
disk-pq:
name: Disk with PQ
uses: ./.github/workflows/disk-pq.yml
multi-sector-disk-pq:
name: Multi-sector Disk with PQ
uses: ./.github/workflows/multi-sector-disk-pq.yml
labels:
name: Labels
uses: ./.github/workflows/labels.yml
dynamic:
name: Dynamic
uses: ./.github/workflows/dynamic.yml

Check failure on line 29 in .github/workflows/pr-test.yml

View workflow run for this annotation

GitHub Actions / DiskANN Pull Request Build and Test

Invalid workflow file

The workflow is not valid. In .github/workflows/pr-test.yml (Line: 29, Col: 11): Error from called workflow microsoft/DiskANN/.github/workflows/dynamic.yml@355011351fe3a618368bb623f81e38c8be38353c (Line: 23, Col: 14): Unexpected value ''
dynamic-labels:
name: Dynamic Labels
uses: ./.github/workflows/dynamic-labels.yml
python:
name: Python
uses: ./.github/workflows/build-python.yml