File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 37
37
with :
38
38
max-size : " 2000M"
39
39
- name : Build and Test
40
- # Mark the job as a success even if the step fails so that people do
41
- # not get notified while the new premerge pipeline is in an
42
- # experimental state.
43
- # TODO(boomanaiden154): Remove this once the pipeline is stable and we
44
- # are ready for people to start recieving notifications.
45
- continue-on-error : true
46
40
run : |
47
41
git config --global --add safe.directory '*'
48
42
75
69
echo "Building runtimes: ${linux_runtimes}"
76
70
echo "Running runtimes checks targets: ${linux_runtime_check_targets}"
77
71
78
- export CC=/opt/llvm/bin/ clang
79
- export CXX=/opt/llvm/bin/ clang++
72
+ export CC=clang
73
+ export CXX=clang++
80
74
81
75
./.ci/monolithic-linux.sh "$(echo ${linux_projects} | tr ' ' ';')" "$(echo ${linux_check_targets})" "$(echo ${linux_runtimes} | tr ' ' ';')" "$(echo ${linux_runtime_check_targets})"
82
76
@@ -124,12 +118,6 @@ jobs:
124
118
echo "windows-projects=${windows_projects}" >> $GITHUB_OUTPUT
125
119
echo "windows-check-targets=${windows_check_targets}" >> $GITHUB_OUTPUT
126
120
- name : Build and Test
127
- # Mark the job as a success even if the step fails so that people do
128
- # not get notified while the new premerge pipeline is in an
129
- # experimental state.
130
- # TODO(boomanaiden154): Remove this once the pipeline is stable and we
131
- # are ready for people to start recieving notifications.
132
- continue-on-error : true
133
121
if : ${{ steps.vars.outputs.windows-projects != '' }}
134
122
shell : cmd
135
123
run : |
You can’t perform that action at this time.
0 commit comments