Skip to content

Commit c67cd3c

Browse files
rebase
Created using spr 1.3.6
1 parent 3b80ace commit c67cd3c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/premerge.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ jobs:
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

0 commit comments

Comments
 (0)