mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 22:58:17 -05:00
24 lines
445 B
YAML
24 lines
445 B
YAML
variables:
|
|
- group: common
|
|
- template: /.azuredevops/variables-global.yml
|
|
|
|
parameters:
|
|
- name: fmtlibVersion
|
|
type: string
|
|
default: "11.1.3"
|
|
|
|
resources:
|
|
repositories:
|
|
- repository: pipelines_repo
|
|
type: github
|
|
endpoint: ROCm
|
|
name: ROCm/ROCm
|
|
|
|
trigger: none
|
|
pr: none
|
|
|
|
jobs:
|
|
- template: ${{ variables.CI_DEPENDENCIES_PATH }}/fmtlib.yml
|
|
parameters:
|
|
fmtlibVersion: ${{ parameters.fmtlibVersion }}
|