Skip to content

Removed all references to legate-gh-ci #2

Removed all references to legate-gh-ci

Removed all references to legate-gh-ci #2

on:
workflow_call:
inputs:
platform:
type: string
required: true
target-device:
type: string
required: true
build-mode:
type: string
required: true
build-type:
type: string
required: true
upload-enabled:
type: boolean
required: true
jobs:
build:
if: ${{ github.repository_owner == 'nvidia' }}
uses:
.github/workflows/gh-build.yml

Check failure on line 23 in .github/workflows/gh-build-and-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gh-build-and-test.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
client-repo: ${{ github.event.repository.name }}
target-device: ${{ inputs.target-device }}
runs-on: ${{ (inputs.platform == 'linux-x64' && 'linux-amd64-cpu16') || (inputs.platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.platform == 'mac' && 'macos-latest') }}
build-type: ${{ inputs.build-type }}
use-container: ${{ inputs.platform == 'linux-x64' || inputs.platform == 'linux-aarch64'}}
platform: ${{ inputs.platform }}
dependencies-file: ""
build-mode: ${{ inputs.build-mode }}
upload-enabled: ${{ inputs.upload-enabled }}
secrets: inherit