-
Notifications
You must be signed in to change notification settings - Fork 116
77 lines (77 loc) · 2.02 KB
/
template-build-linux-x64.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
name: build-windows-x64
on:
workflow_call:
inputs:
ref:
required: true
type: string
default: 'refs/heads/main'
public_provider:
required: true
type: string
default: none
description: 'none: build only, github: build and publish to github, aws s3: build and publish to aws s3'
new_version:
required: true
type: string
default: ''
upload_url:
required: true
type: string
default: ''
runs-on:
required: false
type: string
default: 'windows-cuda-12-0'
description: 'The runner to use for this job'
cmake-flags:
required: false
type: string
default: ''
description: 'The cmake flags to use for this job'
build-deps-cmake-flags:
required: false
type: string
default: ''
description: 'The cmake flags to use for this job'
ccache-dir:
required: false
type: string
default: 'C:\Users\ContainerAdministrator\AppData\Local\ccache'
description: 'The ccache directory to use for this job'
channel:
required: true
type: string
default: 'nightly'
description: 'The channel to use for this job'
secrets:
MINIO_BUCKET_NAME:
required: false
MINIO_ENDPOINT:
required: false
MINIO_ACCESS_KEY_ID:
required: false
MINIO_SECRET_ACCESS_KEY:
required: false
MINIO_REGION:
required: false
DEVELOPER_ID:
required: false
AZURE_KEY_VAULT_URI:
required: false
AZURE_CLIENT_ID:
required: false
AZURE_TENANT_ID:
required: false
AZURE_CLIENT_SECRET:
required: false
AZURE_CERT_NAME:
required: false
DELTA_AWS_S3_BUCKET_NAME:
required: false
DELTA_AWS_ACCESS_KEY_ID:
required: false
DELTA_AWS_SECRET_ACCESS_KEY:
required: false
DELTA_AWS_REGION:
required: false