File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 70
70
export SCCACHE_IDLE_TIMEOUT=0
71
71
sccache --start-server
72
72
73
- export projects_to_build=polly
74
- export project_check_targets=check-polly
75
- export runtimes_to_build=""
76
- export runtimes_check_targets=""
77
- export runtimes_check_targets_needs_reconfig=""
78
-
79
73
./.ci/monolithic-linux.sh "${projects_to_build}" "${project_check_targets}" "${runtimes_to_build}" "${runtimes_check_targets}" "${runtimes_check_targets_needs_reconfig}" "${enable_cir}"
80
74
- name : Upload Artifacts
81
75
if : ' !cancelled()'
@@ -112,9 +106,6 @@ jobs:
112
106
echo "Building projects: ${projects_to_build}"
113
107
echo "Running project checks targets: ${project_check_targets}"
114
108
115
- export projects_to_build=polly
116
- export project_check_targets=check-polly
117
-
118
109
echo "windows-projects=${projects_to_build}" >> $GITHUB_OUTPUT
119
110
echo "windows-check-targets=${project_check_targets}" >> $GITHUB_OUTPUT
120
111
- name : Build and Test
You can’t perform that action at this time.
0 commit comments