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 7070 export SCCACHE_IDLE_TIMEOUT=0
7171 sccache --start-server
7272
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-
7973 ./.ci/monolithic-linux.sh "${projects_to_build}" "${project_check_targets}" "${runtimes_to_build}" "${runtimes_check_targets}" "${runtimes_check_targets_needs_reconfig}" "${enable_cir}"
8074 - name : Upload Artifacts
8175 if : ' !cancelled()'
@@ -112,9 +106,6 @@ jobs:
112106 echo "Building projects: ${projects_to_build}"
113107 echo "Running project checks targets: ${project_check_targets}"
114108
115- export projects_to_build=polly
116- export project_check_targets=check-polly
117-
118109 echo "windows-projects=${projects_to_build}" >> $GITHUB_OUTPUT
119110 echo "windows-check-targets=${project_check_targets}" >> $GITHUB_OUTPUT
120111 - name : Build and Test
You can’t perform that action at this time.
0 commit comments