Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85bb710

Browse files
[CI] Remove reference to a dated issue
There are no plans currently to fix llvm#132803 given the job run time impact that it would cause. So for now, closing it. Closes llvm#132803.
1 parent 13055d6 commit 85bb710

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.ci/compute_projects.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@
109109
}
110110

111111
# These are projects that we should test if the project itself is changed but
112-
# where testing is not yet stable enough for it to be enabled on changes to
113-
# dependencies.
112+
# where testing is not yet stable enough or is too expensive for it to be
113+
# enabled on changes to dependencies.
114114
EXCLUDE_DEPENDENTS_WINDOWS = {
115-
"flang", # TODO(issues/132803): Flang is not stable.
115+
"flang",
116116
}
117117

118118
EXCLUDE_MAC = {

0 commit comments

Comments
 (0)