Skip to content

Commit 147e615

Browse files
[CI] Fix misspelled runtimes_targets variable (#167696)
This was preventing check-compiler-rt from actually running when we touched a project that was supposed to cause compiler-rt to be tested.
1 parent 140e07c commit 147e615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/monolithic-windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ start-group "ninja"
5555
ninja -C "${BUILD_DIR}" -k 0 ${targets} |& tee ninja.log
5656
cp ${BUILD_DIR}/.ninja_log ninja.ninja_log
5757

58-
if [[ "${runtime_targets}" != "" ]]; then
58+
if [[ "${runtimes_targets}" != "" ]]; then
5959
start-group "ninja runtimes"
6060

6161
ninja -C "${BUILD_DIR}" -k 0 ${runtimes_targets} |& tee ninja_runtimes.log

0 commit comments

Comments
 (0)