Skip to content

Commit 59ec1ee

Browse files
committed
Trigger build of Flang when flang-rt is changed
1 parent bed0c3f commit 59ec1ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.ci/compute-projects.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ function compute-projects-to-test() {
4949
echo flang
5050
fi
5151
;;
52+
flang-rt)
53+
# Flang-RT will be built whenever Flang is built
54+
# Flang is not stable in Windows CI at the moment
55+
if [[ $isForWindows == 0 ]]; then
56+
echo flang
57+
fi
58+
;;
5259
*)
5360
# Nothing to do
5461
;;

0 commit comments

Comments
 (0)